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