Do not start presenting if closing the screen share modal
This commit is contained in:
parent
e0d613f1b6
commit
2370c227e3
1 changed files with 1 additions and 1 deletions
|
@ -88,7 +88,7 @@ export const CallingSelectPresentingSourcesModal = ({
|
|||
i18n={i18n}
|
||||
moduleClassName="module-CallingSelectPresentingSourcesModal"
|
||||
onClose={() => {
|
||||
setPresenting(sourceToPresent);
|
||||
setPresenting();
|
||||
}}
|
||||
theme={Theme.Dark}
|
||||
title={i18n('calling__SelectPresentingSourcesModal--title')}
|
||||
|
|
Loading…
Reference in a new issue