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;
}

Properties

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