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

Taking 30-40 sec to load input devices list in ionic android #17

Open
shiv8652 opened this issue Nov 3, 2023 · 1 comment
Open

Taking 30-40 sec to load input devices list in ionic android #17

shiv8652 opened this issue Nov 3, 2023 · 1 comment

Comments

@shiv8652
Copy link

shiv8652 commented Nov 3, 2023

I am implementing this on ionic for android, below code is taking too much time to get list of device(videoinput, audioinput).

await OvenLiveKit.getDevices().then((devices) => {
			this.deviceList = devices.videoinput;
		})

I have just started implementing this im new to this kit web

it is working on html & javascript issue is only for ionic android

@AirenSoft AirenSoft deleted a comment from Ahmatmufid Feb 20, 2024
@SangwonOh
Copy link
Member

@shiv8652 Try a unit test with the simplest getUserMedia example. If it's equally slow, maybe it's a current limitation of the ionic framework? I think it would be a good idea to ask the ionic community.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants