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

Interface for obtaining meeting statistics. More...

#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.
 
(ZoomSDKAudioStatisticInfo *_Nullable) - getAudioStatisticInfo
 Get meeting audio statistics information.
 
(ZoomSDKASVStatisticInfo *_Nullable) - getVideoStatisticInfo
 Get meeting video statistics information.
 
(ZoomSDKASVStatisticInfo *_Nullable) - getShareStatisticInfo
 Get meeting share statistics information.
 

Detailed Description

Interface for obtaining meeting statistics.

Definition at line 1567 of file ZoomSDKSettingService.h.

Method Documentation

◆ getAudioStatisticInfo

- (ZoomSDKAudioStatisticInfo *_Nullable) getAudioStatisticInfo

Get meeting audio statistics information.

Returns
If the function succeeds, it will return an object of ZoomSDKAudioStatisticInfo. Otherwise, this function fails and returns nil.

◆ getAudioStatisticsInfo

- (ZoomSDKAudioStatisticsInfo *_Nullable) getAudioStatisticsInfo

Get audio statistic information of the current meeting.

Returns
If the function succeeds, it will return an object of ZoomSDKAudioStatisticsInfo.
Deprecated
This method is no longer used.

◆ 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.

◆ getShareStatisticInfo

- (ZoomSDKASVStatisticInfo *_Nullable) getShareStatisticInfo

Get meeting share statistics information.

Returns
If the function succeeds, it will return an object of ZoomSDKASVStatisticInfo. Otherwise, this function fails and returns nil.

◆ 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.
Deprecated
This method is no longer used.

◆ getVideoStatisticInfo

- (ZoomSDKASVStatisticInfo *_Nullable) getVideoStatisticInfo

Get meeting video statistics information.

Returns
If the function succeeds, it will return an object of ZoomSDKASVStatisticInfo. Otherwise, this function fails and returns nil.