Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Mic and Camera Permissions Prompt #2495

Closed
karan-w opened this issue Feb 17, 2018 · 18 comments
Closed

Mic and Camera Permissions Prompt #2495

karan-w opened this issue Feb 17, 2018 · 18 comments
Labels
wontfix Issue won't be fixed

Comments

@karan-w
Copy link

karan-w commented Feb 17, 2018

When I open the video conferencing link, it says that Jitsi needs my permission to enable camera and mic and I should click on 'Allow' when I get the prompt, but I'm not getting any prompt. Tried this in Google Chrome and Microsoft Edge, didnt work in either of them.

@damencho
Copy link
Member

Are you opening https, http is not supported by webrtc in the browsers.

@jstillwell
Copy link

I am getting the same behavior. I suspect it is because I am embedding jitsi in my site and that uses an iframe. Looks like the onload event is getting triggered at the same time so maybe I need to pass something back to the parent to handle the prompt?
I am using ssl.

Ill keep digging

@stale
Copy link

stale bot commented Dec 3, 2018

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

@stale stale bot added the wontfix Issue won't be fixed label Dec 3, 2018
@stale stale bot closed this as completed Dec 12, 2018
@jstillwell
Copy link

I noticed that the prompts are offscreen. I can see just a bit of the bottom at the top of my screen. shrinking the window size shows the prompt. I think its a chrome issue as it happens on the main meet.jit.si as well

@dockiem
Copy link

dockiem commented Jul 13, 2019

@jstillwell were you able to resolve this John? I'm still seeing this error sometimes with a Windows laptop.

@endo64
Copy link

endo64 commented Nov 1, 2019

Any solution to this issue? I'm using Jitsi meet inside an iframe and having the same issue.

@saghul
Copy link
Member

saghul commented Nov 2, 2019

Can you share a screenshot and small snippet of code which reproduces the problem?

@endo64
Copy link

endo64 commented Nov 3, 2019

68ff39df-be8a-42cf-aca5-9e93f3592ce4

Here you can see the screenshot, I'll share a snippet of code tomorrow, but it just a normal embedding of Jitsi Meet.

@damencho
Copy link
Member

damencho commented Nov 3, 2019

Any chance you are accessing through http or embedding http iframe link? Everything should be https.

@endo64
Copy link

endo64 commented Nov 4, 2019

Nope, the site itself and the iFrame is accessed via HTTPS,

Here is the iframe:

<iframe allow="camera; microphone" src="https://example.com/example#jitsi_meet_external_api_id=0&amp;config.desktopSharingChromeDisabled=true&amp;config.desktopSharingFirefoxDisabled=true&amp;config.enableWelcomePage=false&amp;config.resolution=480&amp;interfaceConfig.filmStripOnly=false&amp;interfaceConfig.SHOW_JITSI_WATERMARK=false&amp;interfaceConfig.SHOW_WATERMARK_FOR_GUESTS=false&amp;interfaceConfig.SHOW_BRAND_WATERMARK=false&amp;interfaceConfig.SHOW_POWERED_BY=false&amp;interfaceConfig.VERTICAL_FILMSTRIP=true&amp;interfaceConfig.DISABLE_RINGING=true&amp;interfaceConfig.MOBILE_APP_PROMO=false&amp;interfaceConfig.CONNECTION_INDICATOR_DISABLED=true&amp;interfaceConfig.VIDEO_QUALITY_LABEL_DISABLED=true&amp;interfaceConfig.RECENT_LIST_ENABLED=false&amp;interfaceConfig.DEFAULT_LOCAL_DISPLAY_NAME=%22Me%22&amp;interfaceConfig.DEFAULT_BACKGROUND=%22%23FFFFFF%22&amp;interfaceConfig.SETTINGS_SECTIONS=%5B%22devices%22%5D&amp;interfaceConfig.TILE_VIEW_MAX_COLUMNS=1&amp;interfaceConfig.VIDEO_LAYOUT_FIT=%22height%22&amp;interfaceConfig.DISABLE_TRANSCRIPTION_SUBTITLES=true&amp;interfaceConfig.startWithAudioMuted=false&amp;interfaceConfig.startWithVideoMuted=false" name="jitsiConferenceFrame0" id="jitsiConferenceFrame0" allowfullscreen="true" style="height: 997px; width: 274px; border: 0px;"></iframe>

@saghul
Copy link
Member

saghul commented Nov 4, 2019

Do you see any errors in the JavaScript console?

@endo64
Copy link

endo64 commented Nov 25, 2019

Sorry for the late response, here what I see in the console:

image

@endo64
Copy link

endo64 commented Nov 25, 2019

Ah sorry! There was an issue with my cam/USB port, please ignore my last comment. I'll investigate the issue further.

@saghul
Copy link
Member

saghul commented Nov 26, 2019

Can you expand the error? Also, in your first message you said the mic wasn't working, but it now seems to be the camera. Which one is it?

@endo64
Copy link

endo64 commented Nov 26, 2019

Sorry, as I said there was an issue with my USB port, I thought I catch the problem but obviously not. The issue was about mic, not camera, just ignore my last comment about it.

@jbc12
Copy link

jbc12 commented Feb 20, 2020

I am having the same problem.
When I open the video conferencing link, it says that Jitsi needs my permission to enable camera and mic and I should click on 'Allow' when I get the prompt, but I'm not getting any prompt.

The first time it asks for permission it stores the site address and port in the browser setup. Jitsi will post to allow permission but the browser will not ask again.
But Jitsi still show permission not granted.
At one time it was working, but I changed cameras an now same problem.
Using raspberry pi, chromium, USB camera and microphone.
It normally uses HDMI for audio, so if I change the system from HDMI to USB sometimes the camera will work but no microphone. Sometimes I have microphone and no camera. Both are on USB. If on USB I lose audio on HDMI.

@Robert00Jones
Copy link

I am getting the same problem on Windows 10 Pro in both Firefox and Chrome. The microphone works though. I looked in Windows settings for permissions, where Jitsi isn't specifically listed among the apps, but those that are are all enabled. There seems no way to add Jitsi to the list of permitted apps, if indeed it is an app.

@saghul
Copy link
Member

saghul commented Mar 30, 2020

Please leave see: #5425 and let's continue there.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
wontfix Issue won't be fixed
Projects
None yet
Development

No branches or pull requests

8 participants