1646447377754Android Video SDK v1.2.1by Yves GrantAdded New interfaces and callback to support invite by phone: New interfaces in ZoomVideoSDKPhoneHelper: boolean isSupportPhoneFeature(); List<ZoomVideoSDKPhoneSupportCountryInfo> getSupportCountryInfo(); int inviteByPhone(String
1646445937274Windows Meeting SDK v5.9.6by Yves GrantAdded New callbacks OnLiveTranscriptMsgReceived and OnClosedCaptionMessageReceived to receive live transcript and closed caption messages: In meeting_closedcaption_interface.h: virtual void onLiveTranscriptionMsgReceived(const wchar_t*
1643858060958JWT field updates in Video SDK v1.2.0by Yves GrantThe Video SDK version 1.2.0 includes the following updates to the JWT payload: The user_identity field is now optional. A new required field, role_type, is required for all users. It indicates the user’s role in a session; host or
1643856780000Meeting SDK v5.9.3by Yves GrantThe Meeting SDK v5.9.3 (patch) includes codebase upgrades from 5.9.1 to 5.9.3. See the Zoom client release notes for details: Zoom client release notes for Android Zoom client release note for iOS Zoom client release note for Windows Zoom
1643320854639Android Video SDK 1.2.0by Ashley KinardAdded Support for sending and receiving 720p video. New interfaces and callbacks to support cloud recording: New interfaces in ZoomVideoSDKRecordingHelper: int canStartRecording(); int stopCloudRecording(); int pauseCloudRecording(); int
1642559181689Windows Meeting SDK v5.9.1.2625 (patch)by Yves GrantHere are the release notes for the Windows Meeting SDK v5.9.1.2625: Fixed Issue where the meeting status stayed in “connecting” status when admitted from waiting room. Issue where the host lost permissions when IsParticipantCanChooseBO was
1640784974714Windows Meeting SDK v5.9.1by Shrijana GhimireHere are the release notes for the Windows Meeting SDK v5.9.1: Changed and fixed Fixed the compile error that was caused while using boolean as parameter in onBOEndTimerUpdated Fixed an issue where the auto-login status was not being reset
1640073172716Windows Meeting SDK v5.9.0by Yves GrantHere are the release notes for the Windows Meeting SDK v5.9.0.2546. Added New interface to support raw data recording. Please note that local recording will be disabled when raw data recording is enabled. New interfaces