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.
1 parent 0b7b35f commit 56ea4b8Copy full SHA for 56ea4b8
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