|
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 |
| Get the current session number. | |
| (NSString *_Nullable) | - getSessionName |
| Get the session's name. | |
| (NSString *_Nullable) | - getSessionPassword |
| Get the session's password. | |
| (NSString *_Nullable) | - getSessionPhonePasscode |
| Get the session's password. | |
| (NSString *_Nullable) | - getSessionID |
| Get the session Id. | |
| (NSString *_Nullable) | - getSessionHostName |
| Get the host's name. | |
| (ZMVideoSDKUser *_Nullable) | - getSessionHost |
| Get the session's host user object. | |
| (NSArray< ZMVideoSDKUser * > *_Nullable) | - getRemoteUsers |
| Get a list of the session's remote users. | |
| (ZMVideoSDKUser *_Nullable) | - getMySelf |
| The session's user object for myself. | |
| (ZMVideoSDKSessionAudioStatisticInfo *_Nullable) | - getSessionAudioStatisticInfo |
| Get the session's audio statistic information. | |
| (ZMVideoSDKSessionASVStatisticInfo *_Nullable) | - getSessionVideoStatisticInfo |
| Get the session's video statistic information. | |
| (ZMVideoSDKSessionASVStatisticInfo *_Nullable) | - getSessionShareStatisticInfo |
| Get the session's screen share statistic information. | |
| (BOOL) | - isFileTransferEnabled |
| Determine whether file transfer is enabled. | |
| (ZMVideoSDKErrors) | - 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. | |
| (ZMVideoSDKSessionType) | - getSessionType |
| Get 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 |
Get the maximum size for file transfer.
| - (ZMVideoSDKUser *_Nullable) getMySelf |
The session's user object for myself.
| - (NSArray< ZMVideoSDKUser * > *_Nullable) getRemoteUsers |
Get a list of the session's remote users.
| - (ZMVideoSDKSessionAudioStatisticInfo *_Nullable) getSessionAudioStatisticInfo |
Get the session's audio statistic information.
| - (ZMVideoSDKUser *_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 current session number.
| - (NSString *_Nullable) getSessionPassword |
Get the session's password.
| - (NSString *_Nullable) getSessionPhonePasscode |
Get the session's password.
| - (ZMVideoSDKSessionASVStatisticInfo *_Nullable) getSessionShareStatisticInfo |
Get the session's screen share statistic information.
| - (ZMVideoSDKSessionType) getSessionType |
Get the session type of this session.
| - (ZMVideoSDKSessionASVStatisticInfo *_Nullable) getSessionVideoStatisticInfo |
Get the session's video statistic information.
| - (NSString *_Nullable) getTransferFileTypeWhiteList |
Get the list of allowed file types in transfer.
| - (BOOL) isFileTransferEnabled |
Determine whether file transfer is enabled.
| - (ZMVideoSDKErrors) transferFile: | (NSString *) | filePath |
Send file to all users in current session.
| filePath | The local path of the file. |