Camera
2 TopicsCamera and Mic Site Permissions
edge settings/privacy/sitePermissions/allPermissions/camera edge settings/privacy/sitePermissions/allPermissions/microphone I was looking to add some sites / urls to automatically permit access to both camera and mic to stop the age old i said no and now cant use service x type service calls from coming in. i added these 2 policies to the admin template Sites that can access audio capture devices without requesting permission Sites that can access video capture devices without requesting permission both succeed in delivery to the device but don't appear in the edge site permission list as expected have i got the wrong policy? is it broke?7Views0likes0CommentsBug: Unplugging a camera in capturing breaks device enumeration
Camera device may not be removed from navigator.mediaDevices.enumerateDevices() after being unplugged. We tested several PCs with Windows 10 installed. I modified a sample of WebRTC a bit, which could help reproduce this issue. Here is the https://github.com/shaqi86/webrtc-samples/tree/gh-pages/src/content/devices/input-output Steps to Reproduce: 1) Open the demo in Edge (build and run the web server first). 2) Select an external camera and approve the access. 3) After capturing started, unplug the camera. Expected Result: Unplugged camera device should be removed from enumerateDevices(). Actual Result: Unplugged camera device is not removed from enumerateDevices(). It's not reproducible always, and possibility varies with different machines.1.4KViews0likes3Comments