Skip to content
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

Make iframe APi functions available for android (getAvailableDevices) #15515

Open
DevTiagoCruz opened this issue Jan 22, 2025 · 3 comments
Open
Labels
feature-request Issue which suggest an idea, enhancement or feature to implement

Comments

@DevTiagoCruz
Copy link

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.

@DevTiagoCruz DevTiagoCruz added the feature-request Issue which suggest an idea, enhancement or feature to implement label Jan 22, 2025
@saghul
Copy link
Member

saghul commented Jan 22, 2025

Thanks for the feature request!

It's not a matter of making them available but rather reimplementing them for the native side, so we are adding them as needed arises.

@DevTiagoCruz
Copy link
Author

DevTiagoCruz commented Jan 22, 2025

Thanks for the answer.
There is no other alternative to be able to change camera/microphone?

@DevTiagoCruz DevTiagoCruz changed the title Make iframe APi functions available for android Make iframe APi functions available for android (getAvailableDevices) Jan 22, 2025
@saghul
Copy link
Member

saghul commented Jan 23, 2025

Not programatically at this time.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature-request Issue which suggest an idea, enhancement or feature to implement
Projects
None yet
Development

No branches or pull requests

2 participants