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”.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;
@property1650501475455
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,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 API1648603808888
Meeting SDK - macOS v5.10.1
by Yves Grant
Breaking 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 the1648599869477
Video SDK - macOS v1.2.3
by Yves Grant
Added Add ZoomAudioDevice.driver to support share computer sound How to use ZoomAudioDevice.driver sudo /bin/rm -rf /Library/Audio/Plug-Ins/HAL/ZoomAudioDevice.driver sudo cp -r [ZoomAudioDevice.driver source path]1647882000000
Event Subscription Updates — March 21, 2022
by Ashley Kinard
Please note that our Events documentation has moved to the following URLs: https://marketplace.zoom.us/docs/api-reference/zoom-api/events/ https://marketplace.zoom.us/docs/api-reference/phone/events/