matrix-js-sdk
    Preparing search index...

    Type Alias Member

    type Member = {
        device_id: string;
        id: string;
        user_id: string;
    }
    Index

    Properties

    Properties

    device_id: string
    id: string

    The id used on the media backend. (With livekit this is the participant identity on the LK SFU) This can be a UUID but right now it is ${this.matrixEventData.sender}:${data.device_id}.

    user_id: string