Deployed Web ACS Service cannot access camera from Safari on iPhone.
Oleh Tielushko
1
Reputation point
We are working on building a web application using ACS that would be accessed through the desktop as well as mobile devices. We've found a way to render the local and remote video on the screen from the desktop computers, unfortunately, there is no video stream being transmitted when using the website calling through the iPhone. Not sure if this might be the camera device selection problem, in all instances we use
const videoDeviceInfo = cameras[0];
Sign in to answer