|
Unity Video SDK API Reference Documentation
|
Session instance object See ZMVideoSDK#JoinSession(ZMVideoSDKSessionContext).
More...
Public Member Functions | |
| ulong | GetSessionNumber () |
| Get the current session number. | |
| string | GetSessionName () |
| Get the session name. | |
| string | GetSessionPassword () |
| Get the session's password. | |
| string | GetSessionPhonePasscode () |
| Get the session phone passcode. | |
| string | GetSessionID () |
| Get the session ID. | |
| string | GetSessionHostName () |
| Get the host's name. | |
| ZMVideoSDKUser | GetSessionHost () |
| Get the session's host user object. | |
| List< ZMVideoSDKUser > | GetRemoteUsers () |
| Get a list of the session's remote users. | |
| ZMVideoSDKUser | GetMySelf () |
| Get the session's user object for myself. | |
| ZMVideoSDKSessionAudioStatisticInfo | GetSessionAudioStatisticInfo () |
| Get session's audio statistic information. | |
| ZMVideoSDKSessionASVStatisticInfo | GetSessionVideoStatisticInfo () |
| Get session's Video statistic information. | |
| ZMVideoSDKSessionASVStatisticInfo | GetSessionShareStatisticInfo () |
| Get session's Video statistic information. | |
Session instance object See ZMVideoSDK#JoinSession(ZMVideoSDKSessionContext).
Definition at line 7 of file ZMVideoSDKSession.cs.
|
inline |
Get the session's user object for myself.
Definition at line 112 of file ZMVideoSDKSession.cs.
|
inline |
Get a list of the session's remote users.
Definition at line 103 of file ZMVideoSDKSession.cs.
|
inline |
Get session's audio statistic information.
Definition at line 121 of file ZMVideoSDKSession.cs.
|
inline |
Get the session's host user object.
Definition at line 94 of file ZMVideoSDKSession.cs.
|
inline |
Get the host's name.
Definition at line 85 of file ZMVideoSDKSession.cs.
|
inline |
Get the session ID.
Definition at line 76 of file ZMVideoSDKSession.cs.
|
inline |
Get the session name.
Definition at line 48 of file ZMVideoSDKSession.cs.
|
inline |
Get the current session number.
Definition at line 39 of file ZMVideoSDKSession.cs.
|
inline |
Get the session's password.
Definition at line 57 of file ZMVideoSDKSession.cs.
|
inline |
Get the session phone passcode.
Definition at line 66 of file ZMVideoSDKSession.cs.
|
inline |
Get session's Video statistic information.
Definition at line 139 of file ZMVideoSDKSession.cs.
|
inline |
Get session's Video statistic information.
Definition at line 130 of file ZMVideoSDKSession.cs.