◆ getTestMicStatus
| - (ZoomSDKTestMicStatus) 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
| - (ZoomSDKError) 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:
| - (ZoomSDKError) startRecordingMic: |
|
(NSString *) |
deviceID |
|
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
| - (ZoomSDKError) 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
| - (ZoomSDKError) stopRecrodingMic |
|
|
|
This method is used to stop recording when testing microphone.
- Returns
- If the function succeeds, it will return ZoomSDKError_Success. Otherwise failed.
The documentation for this class was generated from the following file: