1658183400000Contact Center API - July 18, 2022by Ji Won LeeNew API Queues- Update a queue agent PATCH /v2/contact_center/queues/{queueId}/agents/{userId} Recordings GET /v2/contact_center/recordings GET /v2/contact_center/users/{userId}/recordings DELETE /v2/contact_center/recordings/{recordingId}
1658183400000Phone API - July 18, 2022by Ji Won LeeNew Auto Receptionists DELETE /v2/phone/auto_receptionists/{autoReceptionistId} GET /v2/phone/auto_receptionists/{autoReceptionistId} Shared Line Appearance GET /v2/phone/shared_line_appearances Reboot a deskphone in Devices POST
1656633556603Meeting SDK - Web v2.5.0by YvesClient View Added Support for testing mics and speakers Parameter in init to enable and configure an intermediary page for users clicking external hyperlinks Event listener for “Sharing has Started” events Functional and UI support for new
1656628047620Video SDK - Electron v1.3.2by YvesAdded Add subscribeToSharedComputerAudio and unsubscribeToSharedComputerAudio interfaces in lib/zoom_video_sdk_audio.js Add startShareComputerAudio interface in lib/zoom_video_sdk_share.js Add ZoomVideoSDKShareType enum in
1656627462094Video SDK - macOS v1.3.2by YvesAdded New interface to share computer sound in a screen sharing. New interfaces in ZMVideoSDKRawDataPipe- (ZMVideoSDKErrors)subscribeToSharedComputerAudio; - (ZMVideoSDKErrors)unsubscribeToSharedComputerAudio; -
1656627107504Video SDK - Windows v1.3.2by YvesAdded New interfaces to support sharing computer sound New interfaces in IZoomVideoSDKShareHelper: virtual ZoomVideoSDKErrors startShareComputerAudio() = 0; New interfaces in IZoomVideoSDKRawDataPipe: virtual ZoomVideoSDKErrors
1656626894142Video SDK - iOS v1.3.2by YvesChanged & Fixed Fixed issues that caused memory leaks. Replace the term "Meeting" with "Session" in Video SDK error codes. Errors_Meeting_Phone_Error--> Errors_Session_Phone_Error Errors_meeting_Share_Error--> Errors_Session_Share_Error
1656626786954Video SDK - Android v1.3.2by YvesChanged Replace the term "Meeting" with "Session" in ZoomVideoSDKErrors.
1656617288835Meeting SDK v5.11.1 (patch)by YvesUpgraded codebase. Fixed on macOS: Screen share didn’t work when a user joined a multi-share meeting with two users sharing their screens. Fixed on macOS: Having a space in the username resulted in not being able to join the meeting. Fixed