1650500082237
Meeting SDK - Windows v5.10.3
by Yves Grant
Added New interfaces and callbacks for deleting in-meeting chat. In meeting_chat_interface.h typedef enum
{
SDK_CHAT_DELETE_BY_NONE,
SDK_CHAT_DELETE_BY_SELF,
SDK_CHAT_DELETE_BY_HOST,
SDK_CHAT_DELETE_BY_DLP,1650499203706
Meeting SDK - iOS v5.10.3
by Yves Grant
Breaking Changes Interfaces changed: In MobileRTCMeetingDelegate.h:- (void)onSinkMeetingVideoQualityChanged:(MobileRTCNetworkQuality)quality userID:(NSUInteger)userID; has been deprecated, replaced by-1650498238734
Meeting SDK - Android v5.10.3
by Yves Grant
Breaking Changes Interfaces change: In InMeetingServiceListener: void onUserNetworkQualityChanged(long userId) is deprecated, replaced by void onSinkMeetingVideoQualityChanged(VideoQuality videoQuality, long userId) In1650304800000
Phone API - April 18, 2022
by Ji Won Lee
Phone API
https://marketplace.zoom.us/docs/api-reference/zoom-phone-api/
Announcements
https://marketplace.zoom.us/docs/guides/stay-up-to-date/upcoming-changes/api1650304800000
Meeting API Updates — April 18, 2022
by Ashley Kinard
The 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 GET1650286800000
Video SDK - April 18, 2022
by Yves Grant
Enhancements Added "Data center region for session data in transit" support for Video SDK accounts. GET /v2/accounts/{accountId}/settings PATCH /v2/accounts/{accountId}/settings1648606738011
Meeting SDK - Web v2.3.5
by Yves Grant
Added 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 361648606311715
Meeting SDK - Electron v5.10.1
by Yves Grant
Breaking 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:1648605586300
Meeting SDK - Windows v5.10.1
by Yves Grant
Breaking 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