1656112142197Meeting SDK - Windows v5.11.0by YvesAdded New interfaces to streaming to raw to access "downstream" raw audio and video streams New interfaces in IMeetingLiveStreamController virtual SDKError StartRawLiveStream(const wchar_t* broadcastURL) = 0; virtual SDKError
1654743600000Video SDK React Native Wrapper v1.3.1Added New interfaces and callback to support inviting others by phone (call out). New interfaces in ZoomVideoSdkPhoneHelper cancelInviteByPhone(); getInviteByPhoneStatus(); getSupportCountryInfo(); inviteByPhone(countryCode, phoneNumber,
1654222500000MeetingSDK - Web v2.4.5by Yves GrantGeneral Added Support for pronouns Labels to video tiles showing participants’ audio connection status Fixed Conflicts between 720p and virtual backgrounds running at the same time Client View Added Support for Webinar Session Branding
1654031177167Video SDK - macOS v1.3.1by 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
1654030161190Video SDK - Windows v1.3.1by Yves GrantAdded New interfaces and callback to support up to 3 multiple cameras. New interfaces in IZoomVideoSDKVideoHelper: virtual bool enableMultiStreamVideo(const zchar_t* cameraDeviceID) = 0; virtual bool disableMultiStreamVideo(const zchar_t*
1654023579331Meeting SDK - Windows v5.10.6by Yves GrantAdded New interface to allow the user to disable the new whiteboard feature. New interface in IMeetingUIElemConfiguration virtual void EnableCloudWhiteboard(bool bEnable) = 0; New callback to notify when a reaction is received in a Webinar.
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”.
1651271400000Meeting SDK - Web v2.4.0by Yves GrantGeneral Added Support for mobile browsers(further style optimizations forthcoming). Support for joining computer audio on desktop Safari. Virtual background support. API to decorate and customize the meeting invite URL on the frontend.
1650560531446Video SDK - macOS v1.3.0by Yves GrantAdded New interface to configure video preference profile. New interface class named ZMVideoSDKPreferenceSetting, defined in ZMVideoSDKVideoHelper.h:@property (nonatomic, assign, readwrite) ZMVideoSDKVideoPreferenceMode mode; @property