Video SDK for Android API Reference
Loading...
Searching...
No Matches
ZoomVideoSDKSession.java
Go to the documentation of this file.
1package us.zoom.sdk;
2
3import androidx.annotation.NonNull;
4
5import java.util.List;
6
String getTransferFileTypeWhiteList()
Gets the list of allowed file types in transfer.
long getSessionNumber()
Gets the current session number.
String getSessionHostName()
Gets the host's name.
ZoomVideoSDKUser getMySelf()
Gets the session's user object for myself.
ZoomVideoSDKSessionAudioStatisticInfo getSessionAudioStatisticInfo()
Gets the session's audio statistic information.
List< ZoomVideoSDKUser > getRemoteUsers()
Gets a list of the session's remote users.
String getSessionPassword()
Gets the session's password.
long getMaxTransferFileSize()
Gets the maximum size for file transfer.
ZoomVideoSDKUser getSessionHost()
Gets the session's host user object.
ZoomVideoSDKSessionType getSessionType()
Gets the session type of this session.
boolean isFileTransferEnable()
Determines whether file transfer is enabled.
String getSessionID()
Gets the session ID.
String getSessionName()
Gets the session's name.
int transferFile(String filePath)
Sends a file to all users in the current session.
ZoomVideoSDKSessionASVStatisticInfo getSessionShareStatisticInfo()
Gets the session's screen share statistic information.
ZoomVideoSDKSessionASVStatisticInfo getSessionVideoStatisticInfo()
Gets the session's video statistic information.
String getSessionPhonePasscode()
Gets the session phone passcode.
Zoom Video SDK user information.