Meeting SDK for Android API Reference
Loading...
Searching...
No Matches
IZoomSDKRenderer.java
Go to the documentation of this file.
1package us.zoom.sdk;
2
Enumeration of raw data errors.
Enumeration of raw data types.
Enumeration of video resolution options.
Interface for video raw data renderer operations.
long getSubscribeId()
Gets the subscribe ID. For RAW_DATA_TYPE_VIDEO: the user's ID in the room. 0 is myself before enterin...
ZoomSDKVideoResolution getResolution()
Gets the video resolution.
MobileRTCRawDataError subscribe(long subscribeId, ZoomSDKRawDataType type)
Subscribes to user video by user ID and raw data type.
MobileRTCRawDataError unSubscribe()
Unsubscribes from video.
ZoomSDKRawDataType getRawDataType()
Gets the raw data type.
void setRawDataResolution(ZoomSDKVideoResolution resolution)
Sets the video resolution.