Merge branch 'develop' into feed
Signed-off-by: Šimon Brandner <simon.bra.ag@gmail.com>
This commit is contained in:
commit
551e8ecb8d
105 changed files with 3957 additions and 1723 deletions
|
@ -651,11 +651,12 @@ export default class CallHandler extends EventEmitter {
|
|||
}
|
||||
|
||||
call.placeScreenSharingCall(
|
||||
async () : Promise<DesktopCapturerSource> => {
|
||||
async (): Promise<DesktopCapturerSource> => {
|
||||
const {finished} = Modal.createDialog(DesktopCapturerSourcePicker);
|
||||
const [source] = await finished;
|
||||
return source;
|
||||
});
|
||||
},
|
||||
);
|
||||
} else {
|
||||
console.error("Unknown conf call type: " + type);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue