Rate this page:

Microphone troubleshooting

How to monitor microphone activity

Copy URL

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 the information about microphone activity. Please check the usage example below:

Code sample

Code sample

How to build microphone testing service

Copy URL

Many Skype users are familiar with its microphone testing service (echo123). When you call the testing service it asks you to say something and records 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 similar scenario for your VoxImplant application by using the following VoxEngine scenario:

Scenario code

Scenario code