Replies: 1 comment 3 replies
-
I would assume your web application isn't using the modern WebView in SEB. Make sure to follow instructions on this page, section "Query the Config Key and Browser Exam Key with the SEB JavaScript API". You can test if SEB is using the modern WebView by trying if pinch-to-zoom with two fingers on a trackpad works (unless you deactivated page zoom using the according SEB setting). |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm currently running the latest release for mac . My web application is trying to get permission for camera and microphone using the WebRTC/getUserMedia() API. But a typeerror is returmed amd navigator.mediaDevices is undefined.
Note: The webapp works well outside SEB and navigator.mediaDevices is not undefined when using browsers outside SEB.
As per the documentation, I also have all the new settings browserMediaCaptureCamera and browserMediaCaptureMicrophone (Settings / Browser Features / Media Playback/Capture / Allow Camera/Microphone Capture) set to true.
Please advise on what to do.
Beta Was this translation helpful? Give feedback.
All reactions