How can I support new audio device that is plugged-in after the application is running?
PJSIP currently does not support hot-plugging of audio devices while the application is running. Hot-plugging can be supported in the application though. To support this, the app would need to capture the hot-plug event and reinitialize the audio subsytem once the event is detected. First you need to detect that new sound device has been inserted into the system. The methods vary, and it is outside the scope of PJSIP (for now).
Related Questions
- Can ANTS Performance Profiler profile an application I am developing for a mobile device running Windows CE and the .NET Compact Framework?
- We are updating an existing application to support new devices. How do we add device support for an existing application?
- Does IIS Express support more than one application running in the same process?