1659056312914
Set data center region in JWT payload
by Yves
New optional field in JWT payload to allow setting the data center region preference for the session. Specify the data center location used by the participant, separated by commas. Valid geo regions: US,AU,CA,IN,CN,BR,MX,HK,SG,JP,DE,NL1658855040000
VideoSDK-MacOS v1.3.3
by Chasity
Added New interfaces to support live transcription and translation. New interface class named ZMVideoSDKLiveTranscriptionLanguage defined in ZMVideoSDKUserHelper.h@property (nonatomic, assign, readonly)int languageID;
@property (nonatomic,1658854080000
Meeting SDK - macOS v5.11.3.9091
by Chasity
Added New interface to give each user a unique user ID in the main meeting and in or out of Breakout Room (BO) rooms. This ID is only persistent during the current meeting; the ID will be discarded once the meeting is over. New interface in1658183400000
Contact Center API - July 18, 2022
by Ji Won Lee
New 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}1656627462094
Video SDK - macOS v1.3.2
by Yves
Added New interface to share computer sound in a screen sharing. New interfaces in ZMVideoSDKRawDataPipe- (ZMVideoSDKErrors)subscribeToSharedComputerAudio;
- (ZMVideoSDKErrors)unsubscribeToSharedComputerAudio;
-1656617288835
Meeting SDK v5.11.1 (patch)
by Yves
Upgraded 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. Fixed1656112707774
Meeting SDK - macOS v5.11.0
by Yves
Added 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 interface1655831640000
ZCC API - June 21, 2022
by Ji Won Lee
Zoom Contact Center API
https://marketplace.zoom.us/docs/api-reference/zcc-api1654031177167
Video SDK - macOS v1.3.1
by Yves Grant
## Added New interfaces and callback to support multiple cameras (Up to 3). New interfaces in ZMVideoSDKVideoHelper-(BOOL)enableMultiStreamVideo:(NSString *)cameraDeviceID;
-(BOOL)disableMultiStreamVideo:(NSString *)cameraDeviceID; New