1656617288835
Meeting SDK v5.11.1 (patch)
by Yves
Upgraded codebase. Fixed on macOS: Screen share didn’t work when a user joined a multi-share meeting with two users sharing their screens. Fixed on macOS: Having a space in the username resulted in not being able to join the meeting. Fixed1656110531747
Meeting SDK - Android v5.11.0
by Yves
Added New interfaces to provide live translation methods and extend live transcription to support multiple languages in Custom UI New enums in InMeetingLiveTranscriptionController enum1654743600000
Video SDK React Native Wrapper v1.3.1
Added New interfaces and callback to support inviting others by phone (call out). New interfaces in ZoomVideoSdkPhoneHelper cancelInviteByPhone(); getInviteByPhoneStatus(); getSupportCountryInfo(); inviteByPhone(countryCode, phoneNumber,1654027161813
Meeting SDK - Electron v5.10.6
by Yves Grant
Breaking change Refactored demo with Vue 3. The steps to run the sample app have changed. See below for details. Updated Removed ZN prefix from ZoomAPPLocale, ZoomSDKUserType, LeaveMeetingCmd, SDKViewType, VideoStatus, ShareStatus,1654022400000
Meeting SDK - Android v5.10.6
by Yves Grant
Breaking change Interface change in InMeetingServiceListener: void onSpotlightVideoChanged(boolean on) is deprecated, replaced by void onSpotlightVideoChanged(List<Long> userList) Added New interface to allow the user to disable the new1651540200000
Meeting SDK v5.10.3 patch
by Yves Grant
Fixed Fixed an issue where the SDK user was not able to leave the meeting when the meeting status was “Connecting”.1651107600000
Meeting SDK - Android v5.10.3 (hotfix)
by Yves Grant
Fixed Issue where hiding the meeting number caused the meeting information button to be hidden.1650503153261
Meeting SDK - Electron v5.10.3
by Yves Grant
Added Added Polish and Turkish support: Add LANGUAGE_Polish and LANGUAGE_Turkish for ZoomSDK_LANGUAGE_ID enum in lib/settings.js1650498238734
Meeting SDK - Android v5.10.3
by Yves Grant
Breaking Changes Interfaces change: In InMeetingServiceListener: void onUserNetworkQualityChanged(long userId) is deprecated, replaced by void onSinkMeetingVideoQualityChanged(VideoQuality videoQuality, long userId) In