1674101774996Meeting SDK - Windows v5.13.5by ChasityAdded New interface to support stoping all participant’s incoming audio in IMeetingAudioController virtual SDKError StopIncomingAudio(bool bStop) = 0; virtual bool IsIncomingAudioStopped() = 0; New interfaces to improve makeup
1674067405583Video SDK for macOS v1.6.2by YvesAdded Add callback to show original and translated. New interfaces in ZMVideoSDKLiveTranscriptionHelper (ZMVideoSDKErrors)enableReceiveSpokenLanguageContent:(BOOL)enable; (BOOL)isReceiveSpokenLanguageContentEnabled; Add new enum values
1673974800000Zoom Phone-Web v5.1.0by BeLindaAdded New List carrier peering phone numbers API: GET /v2/phone/carrier-peering/numbers Enhancements New call_transferring and play_recording_beep_tone request and response fields in User and Site APIs: GET
1671637200000Meeting SDK - Windows v5.13.0by ChasityAdded New callback for sign interpretation. New callbacks in IMeetingSignInterpretationControllerEvent virtual void OnTalkPrivilegeChanged(bool hasPrivilege) = 0; New interface to allow everyone in the waiting room to be in the
1671637200000Video SDK - macOS v1.6.0by ChasityAdded New interfaces to support developers providing raw data for screen sharing. New interface in ZMVideoSDKShareHelper - (ZMVideoSDKErrors)startSharingExternalSource:(id<ZMVideoSDKShareSource>)pSource; New interface class named
1671285600000Zoom Phone-Web v4.12.0 December 17, 2022by BeLindaEnhancements Allow query data more than 6 months old in Get call recordings API: GET /v2/phone/recordings New busy_action request and response field and object busy_connect_operator in Setting Template APIs: GET
1669078800000Phone API - November 21, 2022by BeLindaAdded New Provision template API: PUT /v2/phone/devices/{deviceId}/provision_templates
1668631454780Video SDK - macOS v1.5.3by ChasityAdded New interfaces to adjust individual user's local audio volume. New interface in ZMVideoSDKUser.- (BOOL)setUserVolume:(float)volume isSharingAudio:(BOOL)isSharingAudio; - (BOOL)getUserVolume:(float*)volume