Microphone troubleshooting
How to monitor microphone activity
Measuring microphone activity can be useful in many cases. For example, it lets developers highlight the voice conference participant who is talking at the moment, or measure the call participant's speech length.
Detect microphone activity using the handleMicStatus method for the Call class, set handle to true, and then use the CallEvents.MicStatusChange event to receive information about microphone activity. Please check the usage example below:
How to build the microphone testing service
Many Skype users are familiar with its microphone testing service (echo123). When you call the testing service it asks you to say something and record the stream, then it plays it back and if you hear your voice it means that your audio recording device is configured correctly. You can implement a similar scenario for your VoxImplant application by using the following VoxEngine scenario: