Skip to main content

ChannelWebRtcUserDeviceSetStatusEvent

ChannelWebRtcUserDeviceSetStatusEvent = object

Event payload emitted when a user's mute or deafen state changes in a voice channel.

Properties

channelId

channelId: ChannelGuid

The unique identifier of the voice channel.


communityId?

optional communityId: CommunityGuid

The unique identifier of the community. Optional.


deviceId

deviceId: DeviceGuid

The unique identifier of the user's device.


isAdminDeafened

isAdminDeafened: boolean

Whether the user is server-deafened by an app or moderator.


isAdminMuted

isAdminMuted: boolean

Whether the user is server-muted by an app or moderator.


isDeafened

isDeafened: boolean

Whether the user is currently deafened.


isMuted

isMuted: boolean

Whether the user is currently muted.


userId

userId: UserGuid

The unique identifier of the user whose status changed.