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()
Get the list of allowed file types in transfer.
long getSessionNumber()
Get the current session number.
String getSessionHostName()
Get the host's name.
ZoomVideoSDKUser getMySelf()
Get the session's user object for myself.
ZoomVideoSDKSessionAudioStatisticInfo getSessionAudioStatisticInfo()
Get the session's audio statistic information.
List< ZoomVideoSDKUser > getRemoteUsers()
Get a list of the session's remote users.
String getSessionPassword()
Get the session's password.
long getMaxTransferFileSize()
Get the maximum size for file transfer.
ZoomVideoSDKUser getSessionHost()
Get the session's host user object.
ZoomVideoSDKSessionType getSessionType()
Get the session type of this session.
boolean isFileTransferEnable()
Determine whether file transfer is enabled.
String getSessionID()
Get the session Id Note: Only the host can get the session Id.
String getSessionName()
Get the session's name.
int transferFile(String filePath)
Send file to all users in current session.
ZoomVideoSDKSessionASVStatisticInfo getSessionShareStatisticInfo()
Get the session's screen share statistic information.
ZoomVideoSDKSessionASVStatisticInfo getSessionVideoStatisticInfo()
Get the session's video statistic information.
String getSessionPhonePasscode()
Get the session phone passcode.
Zoom Video SDK user information.