Appearance
GatewayVoiceStateUpdateData
Package: @erinjs/types
Properties
| Name | Type | Readonly | Optional | Description |
|---|---|---|---|---|
channel_id | string | null | No | No | |
connection_id | string | null | No | Yes | Connection ID from VoiceServerUpdate; required for updates when already in channel. |
guild_id | string | No | No | |
self_deaf | boolean | No | Yes | |
self_mute | boolean | No | Yes | |
self_stream | boolean | No | Yes | Whether the user is screen sharing / streaming. |
self_video | boolean | No | Yes | Whether the user has video enabled (e.g. camera). |