Mac SDK
Instance Methods | List of all members
<ZoomSDKSettingTestAudioDelegate> Protocol Reference
Inheritance diagram for <ZoomSDKSettingTestAudioDelegate>:

Instance Methods

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

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.

The documentation for this protocol was generated from the following file: