Refactor screen share volume button into a component

This commit is contained in:
Robin
2026-03-06 23:14:15 +01:00
parent 5f2d1c8a7e
commit c7a16e9dfd
3 changed files with 88 additions and 132 deletions

View File

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