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
1656112707774Meeting SDK - macOS v5.11.0by YvesAdded New interfaces to streaming to raw to access "downstream" raw audio and video streams New interfaces in ZoomSDKLiveStreamHelper-(ZoomSDKError)startRawLiveStream:(NSString *)broadcastURL; -(ZoomSDKError)stopRawLiveStream; New interface
1656110531747Meeting SDK - Android v5.11.0by YvesAdded New interfaces to provide live translation methods and extend live transcription to support multiple languages in Custom UI New enums in InMeetingLiveTranscriptionController enum
1654032122940Video SDK - Electron v1.3.1by Yves GrantAdded Add enableMultiStreamVideo, disableMultiStreamVideo, startVideoPreview, stopVideoPreview interfaces in lib/zoom_video_sdk_video.js. Add startMicTestRecording, stopMicTestRecording, playMicTestRecording, startSpeakerTest,
1654030161190Video SDK - Windows v1.3.1by Yves GrantAdded New interfaces and callback to support up to 3 multiple cameras. New interfaces in IZoomVideoSDKVideoHelper: virtual bool enableMultiStreamVideo(const zchar_t* cameraDeviceID) = 0; virtual bool disableMultiStreamVideo(const zchar_t*
1654024257429Meeting SDK - macOS v5.10.6by Yves GrantAdded New interface to allow the user to disable the new whiteboard feature. New interface in ZoomSDKMeetingConfiguration- (ZoomSDKError)enableCloudWhiteboard:(BOOL)enable; New callback to notify when a reaction is received in a Webinar.
1654022400000Meeting SDK - Android v5.10.6by Yves GrantBreaking 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 new
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”.
1651107600000Meeting SDK - Android v5.10.3 (hotfix)by Yves GrantFixed Issue where hiding the meeting number caused the meeting information button to be hidden.