|
Video SDK for MacOS API Reference
|
Provides access to session-level information and operations. More...
#include <ZMVideoSDKSession.h>
Inherits NSObject.
Instance Methods | |
| (unsigned long long) | - getSessionNumber |
| Gets the current session number. | |
| (NSString *_Nullable) | - getSessionName |
| Gets the session's name. | |
| (NSString *_Nullable) | - getSessionPassword |
| Gets the session's password. | |
| (NSString *_Nullable) | - getSessionPhonePasscode |
| Gets the session's phone passcode. | |
| (NSString *_Nullable) | - getSessionID |
| Gets the session ID. | |
| (NSString *_Nullable) | - getSessionHostName |
| Gets the host's name. | |
| (ZMVideoSDKUser *_Nullable) | - getSessionHost |
| Gets the session's host user object. | |
| (NSArray< ZMVideoSDKUser * > *_Nullable) | - getRemoteUsers |
| Gets a list of the session's remote users. | |
| (ZMVideoSDKUser *_Nullable) | - getMySelf |
| The session's user object for myself. | |
| (ZMVideoSDKSessionAudioStatisticInfo *_Nullable) | - getSessionAudioStatisticInfo |
| Gets the session's audio statistic information. | |
| (ZMVideoSDKSessionASVStatisticInfo *_Nullable) | - getSessionVideoStatisticInfo |
| Gets the session's video statistic information. | |
| (ZMVideoSDKSessionASVStatisticInfo *_Nullable) | - getSessionShareStatisticInfo |
| Gets the session's screen share statistic information. | |
| (BOOL) | - isFileTransferEnabled |
| Determines whether file transfer is enabled. | |
| (ZMVideoSDKErrors) | - 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. | |
| (ZMVideoSDKSessionType) | - getSessionType |
| Gets the session type of this session. | |
Provides access to session-level information and operations.
Definition at line 269 of file ZMVideoSDKSession.h.
| - (unsigned long long) getMaxTransferFileSize |
Gets the maximum size for file transfer.
| - (ZMVideoSDKUser *_Nullable) getMySelf |
The session's user object for myself.
| - (NSArray< ZMVideoSDKUser * > *_Nullable) getRemoteUsers |
Gets a list of the session's remote users.
| - (ZMVideoSDKSessionAudioStatisticInfo *_Nullable) getSessionAudioStatisticInfo |
Gets the session's audio statistic information.
| - (ZMVideoSDKUser *_Nullable) getSessionHost |
Gets the session's host user object.
| - (NSString *_Nullable) getSessionHostName |
Gets the host's name.
| - (NSString *_Nullable) getSessionID |
Gets the session ID.
| - (NSString *_Nullable) getSessionName |
Gets the session's name.
| - (unsigned long long) getSessionNumber |
Gets the current session number.
| - (NSString *_Nullable) getSessionPassword |
Gets the session's password.
| - (NSString *_Nullable) getSessionPhonePasscode |
Gets the session's phone passcode.
| - (ZMVideoSDKSessionASVStatisticInfo *_Nullable) getSessionShareStatisticInfo |
Gets the session's screen share statistic information.
| - (ZMVideoSDKSessionType) getSessionType |
Gets the session type of this session.
| - (ZMVideoSDKSessionASVStatisticInfo *_Nullable) getSessionVideoStatisticInfo |
Gets the session's video statistic information.
| - (NSString *_Nullable) getTransferFileTypeWhiteList |
Gets the list of allowed file types in transfer.
| - (BOOL) isFileTransferEnabled |
Determines whether file transfer is enabled.
| - (ZMVideoSDKErrors) transferFile: | (NSString *) | filePath |
Sends file to all users in current session.
| filePath | The file's local path. |