Package us.zoom.sdk
Interface IZoomSDKRenderer
- All Known Implementing Classes:
ZoomSDKRenderer
public interface IZoomSDKRenderer
-
Method Summary
Modifier and TypeMethodDescriptionlongvoidsetRawDataResolution(ZoomSDKVideoResolution resolution) Set video resolutionZoomSDKVideoResolutionsubscribe(long subscribeId, ZoomSDKRawDataType type) Subscribe user video by userId,rawDataTypeUnSubscribe video
-
Method Details
-
setRawDataResolution
Set video resolutionZoomSDKVideoResolution- Parameters:
resolution-ZoomSDKVideoResolution
-
subscribe
Subscribe user video by userId,rawDataType- Parameters:
subscribeId- RAW_DATA_TYPE_VIDEO:the userId in the room. 0 is myself before enter room. RAW_DATA_TYPE_SHARE:share sourceIDtype-ZoomSDKRawDataType- Returns:
- errorCode
MobileRTCRawDataError
-
unSubscribe
MobileRTCRawDataError unSubscribe()UnSubscribe video- Returns:
- errorCode
MobileRTCRawDataError
-
getResolution
ZoomSDKVideoResolution getResolution() -
getRawDataType
ZoomSDKRawDataType getRawDataType() -
getSubscribeId
long getSubscribeId()- Returns:
- subscribe id RAW_DATA_TYPE_VIDEO:the userId in the room. 0 is myself before enter room. RAW_DATA_TYPE_SHARE:share sourceID
-