public interface IZoomSDKRenderer
| Modifier and Type | Method and Description |
|---|---|
ZoomSDKRawDataType |
getRawDataType() |
ZoomSDKVideoResolution |
getResolution() |
long |
getUserId() |
void |
setRawDataResolution(ZoomSDKVideoResolution resolution)
Set video resolution
ZoomSDKVideoResolution |
MobileRTCRawDataError |
subscribe(long userId,
ZoomSDKRawDataType type)
Subscribe user video by userId,rawDataType
|
MobileRTCRawDataError |
unSubscribe()
UnSubscribe video
|
void setRawDataResolution(ZoomSDKVideoResolution resolution)
ZoomSDKVideoResolutionresolution - ZoomSDKVideoResolutionMobileRTCRawDataError subscribe(long userId, ZoomSDKRawDataType type)
userId - the userId in the room. 0 is myself before enter room.type - ZoomSDKRawDataTypeMobileRTCRawDataErrorMobileRTCRawDataError unSubscribe()
MobileRTCRawDataErrorZoomSDKVideoResolution getResolution()
ZoomSDKRawDataType getRawDataType()
long getUserId()