1656112707774Meeting SDK - macOS v5.11.0by YvesAdded New interfaces to streaming to raw to access "downstream" raw audio and video streams New interfaces in ZoomSDKLiveStreamHelper-(ZoomSDKError)startRawLiveStream:(NSString *)broadcastURL; -(ZoomSDKError)stopRawLiveStream; New interface
1655854225161Meeting API - June 21, 2022by YvesAdded New Webinar webhook events: meeting.participant_room_system_callout_ringing meeting.participant_room_system_callout_accepted meeting.participant_room_system_callout_rejected meeting.participant_room_system_callout_missed
1654024257429Meeting SDK - macOS v5.10.6by Yves GrantAdded New interface to allow the user to disable the new whiteboard feature. New interface in ZoomSDKMeetingConfiguration- (ZoomSDKError)enableCloudWhiteboard:(BOOL)enable; New callback to notify when a reaction is received in a Webinar.
1653336900000Meeting API - May 23, 2022by Yves GrantAdded New Meeting and Webinar webhook events: meeting.participant_role_changed webinar.participant_role_changed meeting.participant_feedback webinar.participant_feedback New Chat APIs: POST /chat/users/{userId}/messages/files POST
1651540200000Meeting SDK v5.10.3 patchby Yves GrantFixed Fixed an issue where the SDK user was not able to leave the meeting when the meeting status was “Connecting”.
1650501475455Meeting SDK - macOS v5.10.3by Yves GrantAdded New interfaces and callbacks for deleting in-meeting chat. New interface in ZoomSDKMeetingActionController- (BOOL)isChatMessageCanBeDeleted:(NSString*)msgID; - (ZoomSDKError)deleteChatMessage:(NSString*)msgID; -
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
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
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