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)
ZoomSDKVideoResolution
resolution
- ZoomSDKVideoResolution
MobileRTCRawDataError subscribe(long userId, ZoomSDKRawDataType type)
userId
- the userId in the room. 0 is myself before enter room.type
- ZoomSDKRawDataType
MobileRTCRawDataError
MobileRTCRawDataError unSubscribe()
MobileRTCRawDataError
ZoomSDKVideoResolution getResolution()
ZoomSDKRawDataType getRawDataType()
long getUserId()