react-sip
react-sip copied to clipboard
Added the ability to choose a specific audio device
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.