#import <ZoomSDKSettingService.h>
Inherits <NSObject>.
Definition at line 26 of file ZoomSDKSettingService.h.
◆ onMicLevelChanged:
- (void) onMicLevelChanged: |
|
(unsigned int) |
level |
|
|
optional |
Notification of microphone level changes when testing.
- Parameters
-
level | The level of microphone. |
◆ onMicTestStatusChanged:
Notify the microphone test status has changed.
- Parameters
-
status | Test status of microphone. |
◆ onSpeakerLevelChanged:
- (void) onSpeakerLevelChanged: |
|
(unsigned int) |
level |
|
|
optional |
Notification of speaker level changes when testing.
- Parameters
-
◆ onSpeakerTestStatusChanged:
- (void) onSpeakerTestStatusChanged: |
|
(BOOL) |
isTesting |
|
|
optional |
Notification of speaker status changes when testing.
- Parameters
-
isTesting | YES means the speaker is in process of test, otherwise not. |