Enumeration of the data type for network quality monitoring.
Enumeration of the network statuses.
Zoom Video SDK audio status.
Interface for user to subscribe/unSubscribe video raw data. ZoomVideoSDKUser#getVideoPipe().
Share statistic information.
Zoom Video SDK user information.
boolean isInSubSession()
Determine whether the user is in SubSession.
ZoomVideoSDKNetworkStatus getNetworkLevel(ZoomVideoSDKDataType type)
Gets the network quality level of the specified data type for the user.
String getCustomIdentity()
Get the user's custom identity.
boolean setUserVolume(float volume, boolean isShareAudio)
Set the user's local volume. This does not affect how other participants hear the user.
ZoomVideoSDKAudioStatus getAudioStatus()
Get the user's audio status.
String getUserID()
Get the user's id.
boolean canSetUserVolume(boolean isShareAudio)
Determine which audio you can set, shared audio or microphone.
ZoomVideoSDKShareStatisticInfo getShareStatisticInfo()
Get the user's share statistic information.
boolean isVideoSpotLighted()
Determine whether the user's video is spotLighted.
boolean isManager()
Determine whether the user is the manager.
List< ZoomVideoSDKRawDataPipe > getMultiCameraStreamList()
Get the user's multi-camera stream list.
ZoomVideoSDKVideoCanvas getVideoCanvas()
Get the user's video canvas.
boolean isHost()
Determine whether the user is the host.
ZoomVideoSDKRawDataPipe getVideoPipe()
Get the user's video pipe.
boolean canSetUserPlaybackVolume(boolean isShareAudio)
Checks whether you can set the volume for shared audio or microphone.
ZoomVideoSDKWhiteboardStatus getWhiteboardStatus()
Get the whiteboard sharing status of the user.
String getUserGUID()
Gets the user's GUID.
ZoomVideoSDKRemoteCameraControlHelper getRemoteCameraControlHelper()
Get the helper class instance to access the remote camera control.
int transferFile(String filePath)
Send file to current user object.
List< ZoomVideoSDKVideoCanvas > getMultiCameraCanvasList()
Get the user's multi-camera canvas list.
float getUserVolume(boolean isShareAudio)
Get user volume.
float getUserPlaybackVolume(boolean isShareAudio)
Gets the local volume.
List< ZoomVideoSDKShareAction > getShareActionList()
Get the user's share-action list.
ZoomVideoSDKNetworkStatus getOverallNetworkLevel()
Gets the overall network quality level of the user.
boolean isIncomingLiveStreamUser()
Determine whether the user is an incoming live stream user.
boolean hasIndividualRecordingConsent()
Used to determine whether I agree to individual video recording.
ZoomVideoSDKVideoStatisticInfo getVideoStatisticInfo()
Get the user's video statistic information.
boolean setUserPlaybackVolume(float volume, boolean isShareAudio)
Sets the user's local volume. This does not affect how other participants hear the user.
int getAudioLevel()
Gets the current audio level of a remote user.
String getUserName()
Get the name of the user in the session.
Use this interface to subscribe or unsubscribe to the specific user's video or share canvas....