You've already forked matrix-js-sdk
mirror of
https://github.com/matrix-org/matrix-js-sdk.git
synced 2025-11-26 17:03:12 +03:00
Merge branch 'feed' of https://github.com/SimonBrandner/matrix-js-sdk into feed
This commit is contained in:
@@ -369,7 +369,7 @@ export class MatrixCall extends EventEmitter {
|
||||
* only works in Google Chrome and Firefox >= 44.</b>
|
||||
* @throws If you have not specified a listener for 'error' events.
|
||||
*/
|
||||
async placeScreenSharingCall(selectDesktopCapturerSource: () => Promise<DesktopCapturerSource>) {
|
||||
async placeScreenSharingCall(selectDesktopCapturerSource?: () => Promise<DesktopCapturerSource>) {
|
||||
logger.debug("placeScreenSharingCall");
|
||||
this.checkForErrorListener();
|
||||
try {
|
||||
|
||||
Reference in New Issue
Block a user