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