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

#include <ZoomSDKSettingService.h>

Inherits <NSObjectNSObject>.

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 24 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
optionalrequired

Notify the microphone test status has changed.

Parameters
statusTest status of microphone.

◆ onSpeakerLevelChanged:

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

Notification of speaker level changes when testing.

Parameters
levelThe speaker level.

◆ onSpeakerTestStatusChanged:

- (void) onSpeakerTestStatusChanged: (BOOL) isTesting
optionalrequired

Notification of speaker status changes when testing.

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