mirror of
https://github.com/discordeno/discordeno.git
synced 2026-06-02 08:50:07 +00:00
add self_video support
This commit is contained in:
@@ -550,6 +550,8 @@ export interface Voice_State {
|
||||
self_mute: boolean;
|
||||
/** whether this user is streaming using "Go Live" */
|
||||
self_stream?: boolean;
|
||||
/** whether this user's camera is enabled */
|
||||
self_video?: boolean;
|
||||
/** whether this user is muted by the current user */
|
||||
suppress: boolean;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user