1656626894142Video SDK - iOS v1.3.2by YvesChanged & Fixed Fixed issues that caused memory leaks. Replace the term "Meeting" with "Session" in Video SDK error codes. Errors_Meeting_Phone_Error--> Errors_Session_Phone_Error Errors_meeting_Share_Error--> Errors_Session_Share_Error
1656617288835Meeting SDK v5.11.1 (patch)by YvesUpgraded 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. Fixed
1656112142197Meeting SDK - Windows v5.11.0by YvesAdded New interfaces to streaming to raw to access "downstream" raw audio and video streams New interfaces in IMeetingLiveStreamController virtual SDKError StartRawLiveStream(const wchar_t* broadcastURL) = 0; virtual SDKError
1656111333467Meeting SDK - iOS v5.11.0by YvesAdded New interfaces to extend live translation feature Extend enums of MobileRTCLiveTranscriptionOperationType in MobileRTCConstants.h MobileRTC_LiveTranscription_OperationType_Complete =
1654029835154Video SDK - iOS v1.3.1by Yves GrantAdded Added Bitcode support. New error codes in ZoomVideoSDKErrors Errors_Call_Too_Frequently, Errors_No_Impl, Errors_Dont_Support_Feature, Errors_Meeting_Phone_Error =
1654027161813Meeting SDK - Electron v5.10.6by Yves GrantBreaking 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,
1654023579331Meeting SDK - Windows v5.10.6by Yves GrantAdded New interface to allow the user to disable the new whiteboard feature. New interface in IMeetingUIElemConfiguration virtual void EnableCloudWhiteboard(bool bEnable) = 0; New callback to notify when a reaction is received in a Webinar.
1654022650975Meeting SDK - iOS v5.10.6by Yves GrantAdded New interface to rotate user video. New in MobileRTCMeetingService+Video.h- (BOOL)rotateMyVideo:(UIDeviceOrientation)rotation; New interface to allow the user to disable the new whiteboard feature. New interface in
1651540200000Meeting SDK v5.10.3 patchby Yves GrantFixed Fixed an issue where the SDK user was not able to leave the meeting when the meeting status was “Connecting”.