Hi, this will be a problem. On Android webRTC might work in the browser (with said permissions) but embedded browsers don't prompt for permissions. On iOS webRTC isn't supported in the embedded browser component and needs to be used natively or with a hybrid approach. If you need webRTC in a cross platform way you'll need something like: https://github.com/shannah/WebRTC-Java-Mobile
On Saturday, May 8, 2021 at 2:09:13 AM UTC+3 davidwaf wrote: > Hi, > > Am calling a webrtc enabled page that requires access to camera and mic. > How do I get WebbrowserComponent to prompt the user these permissions? > Nb: I did add camera permissions in build hints but that seems to have no > effect. > > Thanks. > -- You received this message because you are subscribed to the Google Groups "CodenameOne Discussions" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/codenameone-discussions/8c4c9ea5-da1c-42ac-849a-bde4ec35b5e4n%40googlegroups.com.
