macOS SDK API Reference
|
#import <ZoomSDKSettingService.h>
Inherits NSObject.
Instance Methods | |
(SettingConnectionType) | - getSettingConnectionType |
Get the connection type of current meeting. | |
(SettingNetworkType) | - getSettingNetworkType |
Get network type of current meeting. | |
(NSString *) | - getProxyAddress |
Get the proxy address of current meeting. | |
(ZoomSDKAudioStatisticsInfo *) | - getAudioStatisticsInfo |
Get audio statistic information of the current meeting. | |
(ZoomSDKVideoASStatisticsInfo *) | - getVideoASStatisticsInfo: |
Get Video/AS statistic information of the current meeting. | |
Definition at line 1137 of file ZoomSDKSettingService.h.
- (ZoomSDKAudioStatisticsInfo *) getAudioStatisticsInfo |
Get audio statistic information of the current meeting.
- (NSString *) getProxyAddress |
Get the proxy address of current meeting.
- (SettingConnectionType) getSettingConnectionType |
Get the connection type of current meeting.
- (SettingNetworkType) getSettingNetworkType |
Get network type of current meeting.
- (ZoomSDKVideoASStatisticsInfo *) getVideoASStatisticsInfo: | (BOOL) | isVideo |
Get Video/AS statistic information of the current meeting.
isVideo | YES means to get video statistic information, NO to get AS statistics information. |