Fixed Bug 69236: Zoom: Fixed ability to go to fill out the form during a call

This commit is contained in:
Ilya Oleshko 2024-08-13 16:32:43 +03:00
parent 852b311335
commit 9821d4d969

View File

@ -305,7 +305,7 @@ const Editor = ({
newConfig.events.onRequestClose = onSDKRequestClose;
}
if (config?.startFilling) {
if (config?.startFilling && !IS_ZOOM) {
newConfig.events.onRequestStartFilling = () =>
onSDKRequestStartFilling?.(t("Common:ShareAndCollect"));
}