miroslavpejic85 / mirotalkc2c

✨WebRTC - C2C - Real-time cam-2-cam video calls & screen sharing, end-to-end encrypted, to embed in any website with a simple iframe.
https://c2c.mirotalk.com
GNU Affero General Public License v3.0
232 stars 57 forks source link

iOS and Firefox - GetUserMedia Error #12

Closed torrswanson closed 1 year ago

torrswanson commented 1 year ago

Error

GetUserMedia - Meet needs access to the camera and microphone. Click the locked camera and microphone icon in your browser's address bar, before joining room and NotAllowedError: The request is nt allowed by the user agent or the platform in the current context, possibly because the user denied permission. IMG_8386

Reproduce:

Fix Ideas

Work around:

miroslavpejic85 commented 1 year ago

Hello @torrswanson,

MiroTalk C2C has been successfully tested on Firefox for iOS in a live demo, and it functions as intended. To utilize MiroTalk C2C, it is essential to grant access to your camera and microphone. Failure to do so will result in the following message: The request is not allowed by the user agent or the platform in the current context, possibly because the user denied permission.

MiroTalk P2P and SFU works also without the camera and microphone, in contrast to C2C, which need it.

Instead of creating an issue here, we kindly invite you to join us on our official forum. We have a dedicated help-and-support channel where you can find answers to many related queries without the need to raise issues. It's also a great platform for engaging with our community.

Thank you for considering this option.

torrswanson commented 1 year ago

Found the issue: It was in Apple Settings > Firefox > Microphone was disabled. Not in Firefox settings. Also found P2p.mirotalk.com was only ever working with camera access only. Subtle detail I missed.

IMG_8387