Meeting SDK for macOS API Reference
Loading...
Searching...
No Matches
ZoomSDKStatisticsSetting Class Reference

#include <ZoomSDKSettingService.h>

Inherits NSObject.

Instance Methods

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

Detailed Description

Definition at line 1312 of file ZoomSDKSettingService.h.

Method Documentation

◆ getAudioStatisticsInfo

- (ZoomSDKAudioStatisticsInfo *_Nullable) getAudioStatisticsInfo

Get audio statistic information of the current meeting.

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

◆ getProxyAddress

- (NSString *_Nullable) 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 *_Nullable) 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.