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