Refactor screen share volume button into a component
This commit is contained in:
@@ -26,6 +26,9 @@ export interface RemoteScreenShareViewModel
|
||||
* Whether this screen share's video should be displayed.
|
||||
*/
|
||||
videoEnabled$: Behavior<boolean>;
|
||||
/**
|
||||
* Whether this screen share should be considered to have an audio track.
|
||||
*/
|
||||
audioEnabled$: Behavior<boolean>;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user