1651540200000
Meeting SDK v5.10.3 patch
by Yves Grant
Fixed Fixed an issue where the SDK user was not able to leave the meeting when the meeting status was “Connecting”.1651271400000
Meeting SDK - Web v2.4.0
by Yves Grant
General Added Support for mobile browsers(further style optimizations forthcoming). Support for joining computer audio on desktop Safari. Virtual background support. API to decorate and customize the meeting invite URL on the frontend.1650751200000
Event Subscription Updates — April 23, 2022
by Ji Won Lee
The following changes were released on April 23, 2022: Added Group group.admin_added group.admin_deleted group.created group.deleted group.lock_settings_updated group.member_added group.member_deleted group.settings_updated group.updated1650560531446
Video SDK - macOS v1.3.0
by Yves Grant
Added New interface to configure video preference profile. New interface class named ZMVideoSDKPreferenceSetting, defined in ZMVideoSDKVideoHelper.h:@property (nonatomic, assign, readwrite) ZMVideoSDKVideoPreferenceMode mode;
@property1650503894170
Video SDK - iOS v1.3.0
by Yves Grant
Added New interface to configure video preference profile. New enums in ZoomVideoSDKConstants.h typedef NS_ENUM(NSUInteger, ZoomVideoSDKVideoPreferenceMode) {
ZoomVideoSDKVideoPreferenceMode_Balance, ///Balance mode.1650501475455
Meeting SDK - macOS v5.10.3
by Yves Grant
Added New interfaces and callbacks for deleting in-meeting chat. New interface in ZoomSDKMeetingActionController- (BOOL)isChatMessageCanBeDeleted:(NSString*)msgID;
- (ZoomSDKError)deleteChatMessage:(NSString*)msgID;
-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,1648606738011
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 361648605586300
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