ConnectyCube / connectycube-cordova-samples

Cordova code samples for ConnectyCube platform
https://connecycube.com
Apache License 2.0
4 stars 5 forks source link

Video Switch on Cordova Video Call #25

Open KimberleyChee opened 5 months ago

KimberleyChee commented 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)
      });

image

but on the actual android device, the code returns image

What exactly is causing this issue?