Change alert sound for screen share end
Also fix a problem with the screen share alert playing even when no screen share was running close #7911
This commit is contained in:
parent
ab01337f45
commit
9072799162
@ -81,7 +81,10 @@ const DesktopShare = ({
|
||||
},
|
||||
}, 'Default error handler for screenshare');
|
||||
}
|
||||
screenShareEndAlert();
|
||||
// Don't trigger the screen share end alert if presenter click to cancel on screen share dialog
|
||||
if (error && error.name !== 'NotAllowedError') {
|
||||
screenShareEndAlert();
|
||||
}
|
||||
};
|
||||
|
||||
const screenshareLocked = screenshareDataSavingSetting
|
||||
|
Binary file not shown.
Loading…
Reference in New Issue
Block a user