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 ?