You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The problem is very simple, I needed to be able to change the webcam/microphone on Android using the SDK during the call. For the web through the iframe it is possible to do this using (getAvailableDevices) to get the list and then (setVideoInputDevice/setAudioInputDevice) to change it. There is currently no way to do this for android. In my case I use an android box and I needed to choose a webcam with a different microphone.
What solution would you like to see?
The solution to the problem would be to use the same functions that exist for the iframe using (getAvailableDevices) to get the list and then (setVideoInputDevice/setAudioInputDevice) to change it.
Is there an alternative?
I haven't been able to find any solution or alternative yet to do what I needed.
Maybe use a webview inside the android application and thus be able to use the iframe api. But it doesn't seem the most correct to me.
The text was updated successfully, but these errors were encountered:
Thanks for the answer.
There is no other alternative to be able to change camera/microphone?
DevTiagoCruz
changed the title
Make iframe APi functions available for android
Make iframe APi functions available for android (getAvailableDevices)
Jan 22, 2025
What problem are you trying to solve?
The problem is very simple, I needed to be able to change the webcam/microphone on Android using the SDK during the call. For the web through the iframe it is possible to do this using (getAvailableDevices) to get the list and then (setVideoInputDevice/setAudioInputDevice) to change it. There is currently no way to do this for android. In my case I use an android box and I needed to choose a webcam with a different microphone.
What solution would you like to see?
The solution to the problem would be to use the same functions that exist for the iframe using (getAvailableDevices) to get the list and then (setVideoInputDevice/setAudioInputDevice) to change it.
Is there an alternative?
I haven't been able to find any solution or alternative yet to do what I needed.
Maybe use a webview inside the android application and thus be able to use the iframe api. But it doesn't seem the most correct to me.
The text was updated successfully, but these errors were encountered: