1using System.Collections.Generic;
9#if UNITY_STANDALONE_OSX
10 private MacZMVideoSDKSession _videoSDKSession =
null;
13 _videoSDKSession = videoSDKSession;
16 private IOSZMVideoSDKSession _videoSDKSession =
null;
19 _videoSDKSession = videoSDKSession;
22 private AndroidZoomVideoSDKSession _videoSDKSession =
null;
25 _videoSDKSession = videoSDKSession;
27#elif UNITY_STANDALONE_WIN
28 private WindowsZoomVideoSDKSession _videoSDKSession =
null;
31 _videoSDKSession = videoSDKSession;
41 return _videoSDKSession.GetSessionNumber();
50 return _videoSDKSession.GetSessionName();
59 return _videoSDKSession.GetSessionPassword();
68 return _videoSDKSession.GetSessionPhonePasscode();
78 return _videoSDKSession.GetSessionID();
87 return _videoSDKSession.GetSessionHostName();
96 return _videoSDKSession.GetSessionHost();
105 return _videoSDKSession.GetRemoteUsers();
114 return _videoSDKSession.GetMySelf();
123 return _videoSDKSession.GetSessionAudioStatisticInfo();
132 return _videoSDKSession.GetSessionVideoStatisticInfo();
141 return _videoSDKSession.GetSessionShareStatisticInfo();
Session instance object See ZMVideoSDK#JoinSession(ZMVideoSDKSessionContext).
ZMVideoSDKSessionASVStatisticInfo GetSessionVideoStatisticInfo()
Get session's Video statistic information.
string GetSessionPassword()
Get the session's password.
string GetSessionID()
Get the session ID.
string GetSessionHostName()
Get the host's name.
ZMVideoSDKSessionASVStatisticInfo GetSessionShareStatisticInfo()
Get session's Video statistic information.
ZMVideoSDKUser GetMySelf()
Get the session's user object for myself.
string GetSessionPhonePasscode()
Get the session phone passcode.
List< ZMVideoSDKUser > GetRemoteUsers()
Get a list of the session's remote users.
string GetSessionName()
Get the session name.
ZMVideoSDKUser GetSessionHost()
Get the session's host user object.
ulong GetSessionNumber()
Get the current session number.
ZMVideoSDKSessionAudioStatisticInfo GetSessionAudioStatisticInfo()
Get session's audio statistic information.
Zoom Video SDK user information.