1646447377754
Android Video SDK v1.2.1
by Yves Grant
Added New interfaces and callback to support invite by phone: New interfaces in ZoomVideoSDKPhoneHelper: boolean isSupportPhoneFeature();
List<ZoomVideoSDKPhoneSupportCountryInfo> getSupportCountryInfo();
int inviteByPhone(String1643858060958
JWT field updates in Video SDK v1.2.0
by Yves Grant
The 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 or1643320854639
Android Video SDK 1.2.0
by Ashley Kinard
Added 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();
int1642870800000
Video SDK API - January 22, 2022
by Yves Grant
The following changes were released on January 22, 2022. The documentation is delayed. See for details. Added New report APIs: GET /v2/videosdk/report/daily GET /v2/videosdk/report/telephone GET /v2/videosdk/report/cloud_recording GET1640029990310
Video SDK API - 12/18/2021
by Yves Grant
The following changes were released on December 18, 2021: Added New Video SDK cloud recording APIs: GET /v2/videosdk/recordings GET /v2/videosdk/sessions/{sessionId}/recordings DELETE /v2/videosdk/sessions/{sessionId}/recordings DELETE1637460000000
Video SDK API - 11/20/2021
by Yves Grant
The following changes were released on November 20, 2021: Video SDK Web Portal Improvements We introduced new features within the Video SDK Web Portal’s Account Profile and Account Settings pages, which include: On the Account Profile page,1637110706413
Video SDK 1.1.2
by Yves Grant
Changed & Fixed Security enhancements1635159600000
Video SDK API Initial release - 10/25/2021
by Yves Grant
October 25, 2021: We’re happy to announce the initial release of the Video SDK APIs and Webhooks listed below. For details, see Video SDK APIs and the Webhook Reference for Video SDK Webhooks. Master accounts can also set up accounts with1628886532173
Video SDK Android v1.1.1
by Yves Grant
Added New interface to retrieve session ID. Please note that only the host can get the session ID. In ZoomVideoSDKSession.java:- String getSessionID() New interface to retrieve user ID. In ZoomVideoSDKUser.java:- String getUserID()