#include <ZoomSDKSettingService.h>
Inherits NSObject.
Definition at line 107 of file ZoomSDKSettingService.h.
◆ getTestMicStatus
This method is used to get the status when testing microphone.
- Returns
- If the function succeeds, it will return ZoomSDKError_Success. Otherwise failed.
◆ playRecordedMic
This method is used to play recorded sounds when testing microphone.
- Returns
- If the function succeeds, it will return ZoomSDKError_Success. Otherwise failed.
◆ startRecordingMic:
This method is used to start recording when testing microphone.
- Parameters
-
deviceID | The ID of the microphone device. |
- Returns
- If the function succeeds, it will return ZoomSDKError_Success. Otherwise failed.
◆ stopPlayRecordedMic
This method is used to stop playing recorded sounds when testing microphone.
- Returns
- If the function succeeds, it will return ZoomSDKError_Success. Otherwise failed.
◆ stopRecrodingMic
This method is used to stop recording when testing microphone.
- Returns
- If the function succeeds, it will return ZoomSDKError_Success. Otherwise failed.
◆ _delegate
◆ _microphoneID
- (NSString*) _microphoneID |
|
protected |
◆ _testMicStatus
◆ delegate