|
Video SDK for iOS API Reference
|
Zoom Video SDK session. More...
#include <ZoomVideoSDKSession.h>
Inherits NSObject.
Instance Methods | |
| (NSString *_Nullable) | - getSessionName |
| Gets the session's name. | |
| (NSString *_Nullable) | - getSessionID |
| Gets the session ID. | |
| (unsigned long long) | - getSessionNumber |
| Gets the session number. | |
| (NSString *_Nullable) | - getSessionPassword |
| Gets the session's password. | |
| (NSString *_Nullable) | - getSessionPhonePasscode |
| Gets the session phone passcode. | |
| (NSString *_Nullable) | - getSessionHostName |
| Gets the host's name. | |
| (ZoomVideoSDKUser *_Nullable) | - getSessionHost |
| Gets the session's host user object. | |
| (NSArray< ZoomVideoSDKUser * > *_Nullable) | - getRemoteUsers |
| Gets a list of the session's remote users. | |
| (ZoomVideoSDKUser *_Nullable) | - getMySelf |
| Gets the session's user object for myself. | |
| (ZoomVideoSDKSessionAudioStatisticInfo *_Nullable) | - getSessionAudioStatisticInfo |
| Gets the session's audio statistic information. | |
| (ZoomVideoSDKSessionASVStatisticInfo *_Nullable) | - getSessionVideoStatisticInfo |
| Gets the session's video statistic information. | |
| (ZoomVideoSDKSessionASVStatisticInfo *_Nullable) | - getSessionShareStatisticInfo |
| Gets the session's screen share statistic information. | |
| (BOOL) | - isFileTransferEnable |
| Determines whether file transfer is enabled. | |
| (ZoomVideoSDKError) | - transferFile: |
| Sends file to all users in current session. | |
| (NSString *_Nullable) | - getTransferFileTypeWhiteList |
| Gets the list of allowed file types in transfer. | |
| (unsigned long long) | - getMaxTransferFileSize |
| Gets the maximum size for file transfer. | |
| (ZoomVideoSDKSessionType) | - getSessionType |
| Gets the session type of this session. | |
Zoom Video SDK session.
Definition at line 127 of file ZoomVideoSDKSession.h.
| - (unsigned long long) getMaxTransferFileSize |
Gets the maximum size for file transfer.
References getMaxTransferFileSize.
Referenced by getMaxTransferFileSize.
| - (ZoomVideoSDKUser *_Nullable) getMySelf |
Gets the session's user object for myself.
References getMySelf.
Referenced by getMySelf.
| - (NSArray< ZoomVideoSDKUser * > *_Nullable) getRemoteUsers |
Gets a list of the session's remote users.
References getRemoteUsers.
Referenced by getRemoteUsers.
| - (ZoomVideoSDKSessionAudioStatisticInfo *_Nullable) getSessionAudioStatisticInfo |
Gets the session's audio statistic information.
References getSessionAudioStatisticInfo.
Referenced by getSessionAudioStatisticInfo.
| - (ZoomVideoSDKUser *_Nullable) getSessionHost |
Gets the session's host user object.
References getSessionHost.
Referenced by getSessionHost.
| - (NSString *_Nullable) getSessionHostName |
Gets the host's name.
References getSessionHostName.
Referenced by getSessionHostName.
| - (NSString *_Nullable) getSessionID |
Gets the session ID.
References getSessionID.
Referenced by getSessionID.
| - (NSString *_Nullable) getSessionName |
Gets the session's name.
References getSessionName.
Referenced by getSessionName.
| - (unsigned long long) getSessionNumber |
Gets the session number.
References getSessionNumber.
Referenced by getSessionNumber.
| - (NSString *_Nullable) getSessionPassword |
Gets the session's password.
References getSessionPassword.
Referenced by getSessionPassword.
| - (NSString *_Nullable) getSessionPhonePasscode |
Gets the session phone passcode.
References getSessionPhonePasscode.
Referenced by getSessionPhonePasscode.
| - (ZoomVideoSDKSessionASVStatisticInfo *_Nullable) getSessionShareStatisticInfo |
Gets the session's screen share statistic information.
References getSessionShareStatisticInfo.
Referenced by getSessionShareStatisticInfo.
| - (ZoomVideoSDKSessionType) getSessionType |
Gets the session type of this session.
References getSessionType.
Referenced by getSessionType.
| - (ZoomVideoSDKSessionASVStatisticInfo *_Nullable) getSessionVideoStatisticInfo |
Gets the session's video statistic information.
References getSessionVideoStatisticInfo.
Referenced by getSessionVideoStatisticInfo.
| - (NSString *_Nullable) getTransferFileTypeWhiteList |
Gets the list of allowed file types in transfer.
References getTransferFileTypeWhiteList.
Referenced by getTransferFileTypeWhiteList.
| - (BOOL) isFileTransferEnable |
Determines whether file transfer is enabled.
References isFileTransferEnable.
Referenced by isFileTransferEnable.
| - (ZoomVideoSDKError) transferFile: | (NSString *_Nullable) | filePath |
Sends file to all users in current session.
| filePath | The local path of the file. |