Screen sharing improvements

This commit is contained in:
Josh Perez 2021-06-01 15:47:55 -04:00 committed by GitHub
parent 5a4fc5e425
commit 373ffe4663
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 12 additions and 13 deletions

View file

@ -631,6 +631,10 @@ function groupCallStateChange(
if (didSomeoneStartPresenting) {
callingTones.someonePresenting();
}
if (payload.connectionState === GroupCallConnectionState.NotConnected) {
ipcRenderer.send('close-screen-share-controller');
}
};
}