can my docker container app access the host's microphone and speaker? (Mac, Windows, Linux)

Viewed 9303

I'm building a headless softphone application. I know I can build wss or web server with the given tools... but my web app needs to do some pjsip and other codec things with the host's speaker and microphone. Are these devices shared between the mac/windows/linux hosts and the docker container?

2 Answers
Related