-
Notifications
You must be signed in to change notification settings - Fork 52
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Change InputDevice during call #357
Comments
Hi @curtishollawayTSI , It is not supported now. We bind the WebRTC stream to input device when call is created, and can't change during call. |
Thank you |
@curtishollawayTSI Can you please help me out to get the list of media devices(input devices like headset or wireless) and set for the voice call? |
@JSGund You can get media devices by calling For set device, you can call |
@embbnux here 'phone.audioSettings.availableInputDevices' - phone means WebPhone instance right? |
Not, |
In _webphone instance there are not any audioSettings method available to set this setData({ inputDeviceId: your_device_id }). Is it possible set the setData({ inputDeviceId: your_device_id }) using _webPhone instance? Let me know how to resolve this? |
audioSettings isn't in _webphone instance, it is in |
We have a need to allow our users to transition a call from their headset to a usb speaker/microphone for speaker calls. The user can change the output device during the call, but not the input device. We programmatically change these and it has the same effect (the input device does not change until the call hangs up).
Is there a way to transition the input device on an active call from one to the other?
The text was updated successfully, but these errors were encountered: