ChannelWebRtcUserDetachEvent
ChannelWebRtcUserDetachEvent =
object
Event payload emitted when a user leaves a voice channel.
Properties
audioTrackId?
optionalaudioTrackId:string
The internal WebRTC track ID for the user's microphone. Optional.
channelId
channelId:
ChannelGuid
The unique identifier of the voice channel.
communityId?
optionalcommunityId:CommunityGuid
The unique identifier of the community. Optional.
deviceId
deviceId:
DeviceGuid
The unique identifier of the user's device.
isKick
isKick:
boolean
Whether the user was kicked from the channel. When false, the user left voluntarily.
screenAudioTrackId?
optionalscreenAudioTrackId:string
The internal WebRTC track ID for the user's screen share audio. Optional.
screenTrackId?
optionalscreenTrackId:string
The internal WebRTC track ID for the user's screen share video. Optional.
userId
userId:
UserGuid
The unique identifier of the user who left.
videoTrackId?
optionalvideoTrackId:string
The internal WebRTC track ID for the user's camera. Optional.