matrix-js-sdk

    Interface IGroupCallRoomState

    interface IGroupCallRoomState {
        dataChannelOptions?: IGroupCallDataChannelOptions;
        dataChannelsEnabled?: boolean;
        "io.element.livekit_service_url"?: string;
        "io.element.ptt"?: boolean;
        "m.intent": GroupCallIntent;
        "m.terminated"?: CallEnded;
        "m.type": GroupCallType;
    }
    Index

    Properties

    dataChannelOptions?: IGroupCallDataChannelOptions
    dataChannelsEnabled?: boolean
    "io.element.livekit_service_url"?: string
    "io.element.ptt"?: boolean
    "m.intent": GroupCallIntent
    "m.terminated"?: CallEnded
    "m.type": GroupCallType
    MMNEPVFCICPMFPCPTTAAATR