Published November 15, 2023
Added
-
Support sharing device audio when sharing device screen.
-
New interface in
ZoomVideoSdkShareHelper.ts
enableShareDeviceAudio: (enable: boolean) => Promise<Errors>;
-
-
Add callback to show video and share subscription failures.
-
Add callback in
useSdkEventListener.ts
onVideoCanvasSubscribeFail = 'onVideoCanvasSubscribeFail', onShareCanvasSubscribeFail = 'onShareCanvasSubscribeFail',
-
Fixed & Changed
- Fixed issue where calling clean up crashed when sharing the screen.
- Fixed crash when calling
getTranslationLanguage
with tokens that do not support live transcription token. - Fixed issue - unable to receive
onShareCanvasSubscribeFail
callback when subscribe share fails. - Fixed crash when calling
getSpokenLanguage
from theZoomVideoSdkLiveTranscriptionHelper.ts
interface. - Fixed memory leak when subscribing to canvas multiple times.
- Fixed issue where canvas could not be unsubscribed after the user left the session.