|
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.
References getMaxTransferFileSize.
Referenced by getMaxTransferFileSize.
| - (ZMVideoSDKUser *_Nullable) getMySelf |
| - (NSArray< ZMVideoSDKUser * > *_Nullable) getRemoteUsers |
Gets a list of the session's remote users.
References getRemoteUsers.
Referenced by getRemoteUsers.
| - (ZMVideoSDKSessionAudioStatisticInfo *_Nullable) getSessionAudioStatisticInfo |
Gets the session's audio statistic information.
References getSessionAudioStatisticInfo.
Referenced by getSessionAudioStatisticInfo.
| - (ZMVideoSDKUser *_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 current 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's phone passcode.
References getSessionPhonePasscode.
Referenced by getSessionPhonePasscode.
| - (ZMVideoSDKSessionASVStatisticInfo *_Nullable) getSessionShareStatisticInfo |
Gets the session's screen share statistic information.
References getSessionShareStatisticInfo.
Referenced by getSessionShareStatisticInfo.
| - (ZMVideoSDKSessionType) getSessionType |
Gets the session type of this session.
References getSessionType.
Referenced by getSessionType.
| - (ZMVideoSDKSessionASVStatisticInfo *_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) isFileTransferEnabled |
Determines whether file transfer is enabled.
References isFileTransferEnabled.
Referenced by isFileTransferEnabled.
| - (ZMVideoSDKErrors) transferFile: | (NSString *) | filePath |
Sends file to all users in current session.
| filePath | The file's local path. |