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
 Gets the connection type of current meeting.
 
(SettingNetworkType- getSettingNetworkType
 Gets network type of current meeting.
 
(NSString *_Nullable) - getProxyAddress
 Gets the proxy address of current meeting.
 
(ZoomSDKAudioStatisticsInfo *_Nullable) - getAudioStatisticsInfo
 Gets audio statistic information of the current meeting.
 
(ZoomSDKVideoASStatisticsInfo *_Nullable) - getVideoASStatisticsInfo:
 Gets Video or AS statistic information of the current meeting.
 
(ZoomSDKAudioStatisticInfo *_Nullable) - getAudioStatisticInfo
 Gets meeting audio statistics information.
 
(ZoomSDKASVStatisticInfo *_Nullable) - getVideoStatisticInfo
 Gets meeting video statistics information.
 
(ZoomSDKASVStatisticInfo *_Nullable) - getShareStatisticInfo
 Gets 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

Gets meeting audio statistics information.

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

◆ getAudioStatisticsInfo

- (ZoomSDKAudioStatisticsInfo *_Nullable) getAudioStatisticsInfo

Gets audio statistic information of the current meeting.

Returns
If the function succeeds, it returns an object of ZoomSDKAudioStatisticsInfo. Otherwise, this function fails and returns nil.
Deprecated
This method is no longer used.

◆ getProxyAddress

- (NSString *_Nullable) getProxyAddress

Gets the proxy address of current meeting.

Returns
Proxy address if the meeting uses a proxy. Otherwise, this function fails and returns nil.

◆ getSettingConnectionType

- (SettingConnectionType) getSettingConnectionType

Gets the connection type of current meeting.

Returns
An enumeration of connection type.

◆ getSettingNetworkType

- (SettingNetworkType) getSettingNetworkType

Gets network type of current meeting.

Returns
An enumeration of network type.

◆ getShareStatisticInfo

- (ZoomSDKASVStatisticInfo *_Nullable) getShareStatisticInfo

Gets meeting share statistics information.

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

◆ getVideoASStatisticsInfo:

- (ZoomSDKVideoASStatisticsInfo *_Nullable) getVideoASStatisticsInfo: (BOOL) isVideo

Gets Video or AS statistic information of the current meeting.

Parameters
isVideoYES to get video statistic information, NO to get AS statistics information.
Returns
If the function succeeds, it returns an object of ZoomSDKVideoASStatisticsInfo. Otherwise, this function fails and returns nil.
Deprecated
This method is no longer used.

◆ getVideoStatisticInfo

- (ZoomSDKASVStatisticInfo *_Nullable) getVideoStatisticInfo

Gets meeting video statistics information.

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