Can we use both front and back cameras simultaneously in android corodva app?

Hi Folks

I want to access both front and back camera of android device at once and create publisher objects with video elements in cordova android application but while implementing, openvidubrowser api can only make use of any one camera (front or back) but not both

Say i have created publisher object for front camera and tried to create another pulbiaher object for back camera i got this error and viceversa

DOMException: Could not start video source.

Anyone have implemented similar kind of this ?

Have you checked if the simultaneous multi camera access on the same device is possible?

I don’t know if this is allowed but if it is, are you sure that every device could support this?

Have you thought about the hardware limitation?