bugfix(remote-control): Remote control not working on linux

This commit is contained in:
Andrei Gavrilescu 2020-04-21 10:33:25 +03:00 committed by GitHub
parent 086889ed70
commit 6b0e8aab11
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -1816,7 +1816,7 @@ export default {
const desktopVideoStream = streams.find(stream => stream.getType() === MEDIA_TYPE.VIDEO);
if (desktopVideoStream) {
this.useVideoStream(desktopVideoStream);
await this.useVideoStream(desktopVideoStream);
}
this._desktopAudioStream = streams.find(stream => stream.getType() === MEDIA_TYPE.AUDIO);