Interface for RTM Context

Hierarchy

  • rtmContext

Properties

popUpState: popUpStateEnum

state to display pop up on remote mute request

rtmClient: RtmClient

RTM Client instance

rtmStatus: rtmStatusEnum

rtm connection status

sendChannelMessage: ((msg: messageObject) => void)

Type declaration

sendMuteRequest: ((device: mutingDevice, rtcId: UID, mute: boolean) => void)

Type declaration

sendPeerMessage: ((msg: messageObject, uid: string) => void)

Type declaration

set state to hide pop up

uidMap: Object

map with rtm uid for each rtc uid in the channel

userDataMap: Object

map with userdata for each rtc uid in the channel

usernames: {}

RTM usernames

Type declaration

    Generated using TypeDoc