|
Meeting SDK for macOS API 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. | |
Interface for obtaining meeting statistics.
Definition at line 1567 of file ZoomSDKSettingService.h.
| - (ZoomSDKAudioStatisticInfo *_Nullable) getAudioStatisticInfo |
Gets meeting audio statistics information.
| - (ZoomSDKAudioStatisticsInfo *_Nullable) getAudioStatisticsInfo |
Gets audio statistic information of the current meeting.
| - (NSString *_Nullable) getProxyAddress |
Gets the proxy address of current meeting.
| - (SettingConnectionType) getSettingConnectionType |
Gets the connection type of current meeting.
| - (SettingNetworkType) getSettingNetworkType |
Gets network type of current meeting.
| - (ZoomSDKASVStatisticInfo *_Nullable) getShareStatisticInfo |
Gets meeting share statistics information.
| - (ZoomSDKVideoASStatisticsInfo *_Nullable) getVideoASStatisticsInfo: | (BOOL) | isVideo |
Gets Video or AS statistic information of the current meeting.
| isVideo | YES to get video statistic information, NO to get AS statistics information. |
| - (ZoomSDKASVStatisticInfo *_Nullable) getVideoStatisticInfo |
Gets meeting video statistics information.