Video SDK for Windows API Reference
Loading...
Searching...
No Matches
Deprecated List
Global IZoomVideoSDKAnnotationHelper::isSenderDisableAnnotation ()=0
This interface is marked as deprecated, and is replaced by canDoAnnotation.
Global IZoomVideoSDKDelegate::onSessionLeave ()=0
This interface is marked as deprecated. Use onSessionLeave(ZoomVideoSDKSessionLeaveReason eReason) instead.
Global IZoomVideoSDKDelegate::onShareNetworkStatusChanged (ZoomVideoSDKNetworkStatus shareNetworkStatus, bool isSendingShare)=0
This interface is marked as deprecated. Use onUserNetworkStatusChanged(ZoomVideoSDKDataType type, ZoomVideoSDKNetworkStatus level, IZoomVideoSDKUser *pUser) instead.
Global IZoomVideoSDKDelegate::onUserVideoNetworkStatusChanged (ZoomVideoSDKNetworkStatus status, IZoomVideoSDKUser *pUser)=0
This interface is marked as deprecated. Use onUserNetworkStatusChanged(ZoomVideoSDKDataType type, ZoomVideoSDKNetworkStatus level, IZoomVideoSDKUser *pUser) instead.
Global IZoomVideoSDKLiveStreamHelper::startLiveStream (const zchar_t *streamUrl, const zchar_t *key, const zchar_t *broadcastUrl)=0
This method is deprecated. Use startLiveStream(const ZoomVideoSDKLiveStreamParams& param) instead.
Global IZoomVideoSDKPhoneHelper::inviteByPhone (const zchar_t *countryCode, const zchar_t *phoneNumber, const zchar_t *name)=0
This interface is marked as deprecated, and is replaced by invitePhoneUser(const InvitePhoneUserInfo& inviteInfo).
Global IZoomVideoSDKShareHelper::subscribeMyShareCamera (IZoomVideoSDKRawDataPipeDelegate *data_handler)=0
This interface will be marked as deprecated, then it will be instead by IZoomVideoSDKRawDataPipe->subscribe, please stop using it.
Global IZoomVideoSDKShareHelper::unSubscribeMyShareCamera ()=0
This interface will be marked as deprecated, then it will be instead by IZoomVideoSDKRawDataPipe->unSubscribe, please stop using it.
Global IZoomVideoSDKUser::canSetUserVolume (bool isShareAudio=false)=0
This interface is marked as deprecated, and is replaced by canSetUserPlaybackVolume(bool isShareAudio = false).
Global IZoomVideoSDKUser::getUserVolume (float &volume, bool isShareAudio=false)=0
This interface is marked as deprecated, and is replaced by getUserPlaybackVolume(float& volume, bool isShareAudio = false).
Global IZoomVideoSDKUser::setUserVolume (float volume, bool isShareAudio=false)=0
This interface is marked as deprecated, and is replaced by setUserPlaybackVolume(float volume, bool isShareAudio = false).