#include <ZoomSDKSettingService.h>
Inherits <NSObjectNSObject>.
Definition at line 24 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 |
|
|
optionalrequired |
Notification of speaker level changes when testing.
- Parameters
-
◆ onSpeakerTestStatusChanged:
- (void) onSpeakerTestStatusChanged: |
|
(BOOL) | isTesting |
|
|
optionalrequired |
Notification of speaker status changes when testing.
- Parameters
-
isTesting | YES means the speaker is in process of test, otherwise not. |