macOS SDK API Reference
Loading...
Searching...
No Matches
<ZoomSDKSettingTestAudioDelegate> Protocol Reference

#import <ZoomSDKSettingService.h>

Inherits <NSObject>.

Instance Methods

(void) - onMicLevelChanged:
 Notification of microphone level changes when testing.
 
(void) - onSpeakerLevelChanged:
 Notification of speaker level changes when testing.
 
(void) - onMicTestStatusChanged:
 Notify the microphone test status has changed.
 
(void) - onSpeakerTestStatusChanged:
 Notification of speaker status changes when testing.
 

Detailed Description

Definition at line 26 of file ZoomSDKSettingService.h.

Method Documentation

◆ onMicLevelChanged:

- (void) onMicLevelChanged: (unsigned int)  level
optional

Notification of microphone level changes when testing.

Parameters
levelThe level of microphone.

◆ onMicTestStatusChanged:

- (void) onMicTestStatusChanged: (ZoomSDKTestMicStatus status
optional

Notify the microphone test status has changed.

Parameters
statusTest status of microphone.

◆ onSpeakerLevelChanged:

- (void) onSpeakerLevelChanged: (unsigned int)  level
optional

Notification of speaker level changes when testing.

Parameters
levelThe speaker level.

◆ onSpeakerTestStatusChanged:

- (void) onSpeakerTestStatusChanged: (BOOL)  isTesting
optional

Notification of speaker status changes when testing.

Parameters
isTestingYES means the speaker is in process of test, otherwise not.