1650503286934Video SDK - Android v1.3.0by Yves GrantAdded New interface to configure video preference profile. New enums in ZoomVideoSDKVideoPreferenceMode
1650304800000Meeting API Updates — April 18, 2022by Ashley KinardThe following changes were released on April 18 2022: Added Meeting Get a meeting's join token for local recording GET /v2/meetings/{meetingId}/jointoken/local_recording Webinar Get a webinar's join token for local recording GET
1648599099256Video SDK -Android v1.2.3by Yves GrantBreaking changes The following dependencies have been updated: androidx.security:security-crypto:1.1.0-alpha02 to androidx.security:security-crypto:1.1.0-alpha03 androidx.appcompat:appcompat:1.0.0 to androidx.appcompat:appcompat:1.3.0
1647882000000Meeting API Updates — March 21, 2022by Ashley KinardPlease note that our Meeting API documentation has moved to the following URLs: https://marketplace.zoom.us/docs/api-reference/zoom-api/methods Master account APIs — https://marketplace.zoom.us/docs/api-reference/zoom-api/ma The following
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
1646064000000Meeting API Updates — February 28, 2022by Ashley KinardPlease note that our Meeting API documentation has moved to the following URLs: https://marketplace.zoom.us/docs/api-reference/zoom-api/methods Master account APIs — https://marketplace.zoom.us/docs/api-reference/zoom-api/ma The following
1644957683198Dashboard API meeting minute calculation changeby Yves GrantBeginning April 1, 2022 we will update our formulas to calculate the Meeting and Webinar Dashboard API’s meeting minutes calculations. This update will provide more accurate minute totals by expanding how we calculate participants. This
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
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