Fix and simplify screen sharing

This commit is contained in:
Robin
2025-11-12 15:02:19 -05:00
parent 27b76b4b1d
commit a62d8368a1
3 changed files with 28 additions and 63 deletions

View File

@@ -1275,8 +1275,7 @@ export class CallViewModel {
public readonly sharingScreen$ = this.localMembership.sharingScreen$;
/**
* Callback for toggling screen sharing. If null, screen sharing is not
* available.
* Callback to toggle screen sharing. If null, screen sharing is not possible.
*/
// reassigned here to make it publicly accessible
public readonly toggleScreenSharing =