1650304800000Phone API - April 18, 2022by Ji Won LeePhone API https://marketplace.zoom.us/docs/api-reference/zoom-phone-api/ Announcements https://marketplace.zoom.us/docs/guides/stay-up-to-date/upcoming-changes/api
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
1650286800000Video SDK - April 18, 2022 by Yves GrantEnhancements Added "Data center region for session data in transit" support for Video SDK accounts. GET /v2/accounts/{accountId}/settings PATCH /v2/accounts/{accountId}/settings
1648606738011Meeting SDK - Web v2.3.5by Yves GrantAdded In Component view, the option to also share audio when screen sharing a Chrome tab Fixed Missing participant poll button in the sample app“react not found” issue in the sample app Enhanced Increased customerKey max length to 36
1648606311715Meeting SDK - Electron v5.10.1by Yves GrantBreaking changes Dependencies update: Update: electron: ^17.0.0 nodejs: ^16.13.0@vue/cli-plugin-babel: ^4.5.15@vue/cli-plugin-router: ^4.5.15@vue/cli-plugin-vuex: ^4.5.15@vue/cli-service: ^4.5.15 vue-cli-plugin-electron-builder: ^2.1.1 Add:
1648605586300Meeting SDK - Windows v5.10.1by Yves GrantBreaking changes Add a parameter for interface LowerAllHands. meeting_participants_ctrl_interface.h virtual SDKError LowerAllHands() = 0 --> virtual SDKError LowerAllHands(bool forWebinarAttendees) = 0 Added New interfaces to allow API
1648603808888Meeting SDK - macOS v5.10.1by Yves GrantBreaking change The following callback is only triggered when my record status changes- (void)onRecordStatus:(ZoomSDKRecordingStatus)status; Deprecated ActionMeetingCmd_LowerAllHands(defined in ZoomSDKErrors.h). To lower all hands, call the
1648601858462Meeting SDK - iOS v5.10.1by Yves GrantBreaking changs- (BOOL)lowerAllHand; changed to- (BOOL)lowerAllHand:(BOOL)isWebinarAttendee;- (void)onLocalRecordingStatus:(MobileRTCRecordingStatus)status; changed to- (void)onLocalRecordingStatus:(NSInteger)userId
1648600853919Meeting SDK - Android v5.10.1by Yves GrantBreaking changes New dependencies added: androidx.fragment:fragment-ktx:1.4.1 Dependencies updated: com.google.android.exoplayer:exoplayer-core:2.13.3 to com.google.android.exoplayer:exoplayer-core:2.16.1