Mac SDK
Instance Methods | Protected Attributes | List of all members
ZoomSDKStatisticsSetting Class Reference
Inheritance diagram for ZoomSDKStatisticsSetting:

Instance Methods

(SettingConnectionType) - getSettingConnectionType
 Get the connection type of current meeting. More...
 
(SettingNetworkType) - getSettingNetworkType
 Get network type of current meeting. More...
 
(NSString *) - getProxyAddress
 Get the proxy address of current meeting. More...
 
(ZoomSDKAudioStatisticsInfo *) - getAudioStatisticsInfo
 Get audio statistic information of the current meeting. More...
 
(ZoomSDKVideoASStatisticsInfo *) - getVideoASStatisticsInfo:
 Get Video/AS statistic information of the current meeting. More...
 

Protected Attributes

SettingConnectionType _connectionType
 
SettingNetworkType _networkType
 
NSString * _proxyAddress
 

Method Documentation

◆ getAudioStatisticsInfo

- (ZoomSDKAudioStatisticsInfo*) getAudioStatisticsInfo

Get audio statistic information of the current meeting.

Returns
If the function succeeds, it will return an object of ZoomSDKAudioStatisticsInfo.

◆ getProxyAddress

- (NSString*) getProxyAddress

Get the proxy address of current meeting.

Returns
Proxy address if the meeting uses a proxy.

◆ getSettingConnectionType

- (SettingConnectionType) getSettingConnectionType

Get the connection type of current meeting.

Returns
An enumeration of connection type.

◆ getSettingNetworkType

- (SettingNetworkType) getSettingNetworkType

Get network type of current meeting.

Returns
An enumeration of network type.

◆ getVideoASStatisticsInfo:

- (ZoomSDKVideoASStatisticsInfo*) getVideoASStatisticsInfo: (BOOL)  isVideo

Get Video/AS statistic information of the current meeting.

Parameters
isVideoYES means to get video statistic information, NO to get AS statistics information.
Returns
If the function succeeds, it will return an object of ZoomSDKVideoASStatisticsInfo.

The documentation for this class was generated from the following file: