react-sip icon indicating copy to clipboard operation
react-sip copied to clipboard

Added the ability to choose a specific audio device

Open jonasclement opened this issue 5 years ago • 0 comments

I've added two new props to <SipProvider> - incoming- and outboundAudioDeviceId. If these are passed to the SipProvider, it will use those devices for audio instead of the system default.

Please note that you can not change audio devices while a call is in progress, and attempting to do so will drop the call.

jonasclement avatar Oct 09 '19 13:10 jonasclement