Original publication date: June 30th, 2022
Added
-
New interfaces to support sharing computer sound
-
New interfaces in
IZoomVideoSDKShareHelper
:-
virtual ZoomVideoSDKErrors startShareComputerAudio() = 0;
-
-
New interfaces in
IZoomVideoSDKRawDataPipe
:-
virtual ZoomVideoSDKErrors subscribeToSharedComputerAudio() = 0;
-
virtual ZoomVideoSDKErrors unsubscribeToSharedComputerAudio() = 0;
-
virtual ZoomVideoSDKShareType getShareType() = 0;
-
-
New enums:
-
typedef enum
typedef enum { ZoomVideoSDKShareType_None, ZoomVideoSDKShareType_Normal, ZoomVideoSDKShareType_PureAudio, }ZoomVideoSDKShareType;
-
-
Add a new parameter to the callback
onUserShareStatusChanged
:-
virtual void onUserShareStatusChanged(IZoomVideoSDKShareHelper* pShareHelper, IZoomVideoSDKUser* pUser, ZoomVideoSDKShareStatus status, ZoomVideoSDKShareType type) = 0;
-
-
Changed & Fixed
-
Replace the term "Meeting" with "Session" in
ZoomVideoSDKErrors