add self_video support

This commit is contained in:
Skillz
2020-07-14 14:36:13 -04:00
parent 6f9d07f2c5
commit b0280116d2

View File

@@ -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;
}