startMicDeviceTest abstract method
- int interval
Starting Mic Testing (for Desktop OS)
This API is used to test whether the mic functions properly. The mic volume detected (value range: 0-100) is returned via a callback.
- Parameters:
- interval(int):
- Interval of volume callbacks.
- interval(int):
Note When this interface is called, the sound recorded by the microphone will be played back to the speakers by default.
Implementation
int startMicDeviceTest(int interval);