Skip to main content

ChannelWebRtcUserDeviceSetDataChannelEvent

ChannelWebRtcUserDeviceSetDataChannelEvent = object

Event payload emitted when a user's data channel configuration changes in a voice channel. Data channels are internal peer-to-peer messaging infrastructure used by the Root client for real-time state like speaking indicators. Your code can observe when data channels are established but cannot participate in the communication.

Properties

channelId

channelId: ChannelGuid

The unique identifier of the voice channel.


communityId?

optional communityId: CommunityGuid

The unique identifier of the community. Optional.


dataChannelName

dataChannelName: string

The name of the data channel.


deviceId

deviceId: DeviceGuid

The unique identifier of the user's device.


userId

userId: UserGuid

The unique identifier of the user whose data channel changed.