We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents cd38fb9 + 56ea4b8 commit 12050b1Copy full SHA for 12050b1
src/webrtc/call.ts
@@ -372,7 +372,7 @@ export class MatrixCall extends EventEmitter {
372
async placeScreenSharingCall(
373
remoteVideoElement: HTMLVideoElement,
374
localVideoElement: HTMLVideoElement,
375
- selectDesktopCapturerSource: () => Promise<DesktopCapturerSource>,
+ selectDesktopCapturerSource?: () => Promise<DesktopCapturerSource>,
376
) {
377
logger.debug("placeScreenSharingCall");
378
this.checkForErrorListener();
0 commit comments