Open KimberleyChee opened 5 months ago
I'm attempting to integrate the flip camera function on a cordova android app. I've managed to obtain the video input media device when i simulate the app on the browser using
ConnectyCube.videochat .getMediaDevices("videoinput") .then((mediaDevices) => { console.log(mediaDevices) });
but on the actual android device, the code returns
What exactly is causing this issue?
I'm attempting to integrate the flip camera function on a cordova android app. I've managed to obtain the video input media device when i simulate the app on the browser using
but on the actual android device, the code returns
What exactly is causing this issue?