Join the Mozilla’s Test Days event from Dec 2–8 to test the new Firefox address bar on Firefox Beta 134 and get a chance to win Mozilla swag vouchers! 🎁

Tìm kiếm hỗ trợ

Tránh các lừa đảo về hỗ trợ. Chúng tôi sẽ không bao giờ yêu cầu bạn gọi hoặc nhắn tin đến số điện thoại hoặc chia sẻ thông tin cá nhân. Vui lòng báo cáo hoạt động đáng ngờ bằng cách sử dụng tùy chọn "Báo cáo lạm dụng".

Tìm hiểu thêm

Acquire Microphone restriction from Multiple tabs

  • 3 trả lời
  • 2 gặp vấn đề này
  • 3 lượt xem
  • Trả lời mới nhất được viết bởi WestEnd

more options

I have given allow permission for Microphone in my domain. We are using our domain in multiple tabs. I am able to acquire local media (Microphone) when I am accessing in the same tab. But I am not able to acquire local media for WebRTC in the other tab(same domain) without visiting the tab in which I was trying to acquire.

Is it intentionally done for Security & Privacy? . Is there any way to solve my problem ?

Reason: To restrict resources being used for WebRTC session. We are keeping WebRTC session in single tab for our domain and using only that resource for all the tabs to make calls.

Thanks in advance. Matt

I have given allow permission for Microphone in my domain. We are using our domain in multiple tabs. I am able to acquire local media (Microphone) when I am accessing in the same tab. But I am not able to acquire local media for WebRTC in the other tab(same domain) without visiting the tab in which I was trying to acquire. Is it intentionally done for Security & Privacy? . Is there any way to solve my problem ? Reason: To restrict resources being used for WebRTC session. We are keeping WebRTC session in single tab for our domain and using only that resource for all the tabs to make calls. Thanks in advance. Matt

Tất cả các câu trả lời (3)

more options

Microphone control and privileges come from the O/S settings. So unless the admin sets this option limited account users can't change this.

more options

Thanks for your response WestEnd. I guess you have wrongly understood my question.

We are trying to acquire microphone through javascript code using https://sipjs.com/download/sip-0.11.6.js for WebRTC calls.

(environment.navigator.mediaDevices.getUserMedia.bind)

Could you please look into the acquire function in above SDK and issue occurring in Firefox browser only (version (66.0.2).

In Chrome I am able to acquire local media from other tab through above SDK without visiting acquired local media tab.

Matt

more options

AFAIK from my experience using Windows 10 if you turn off microphone any other program that attempts to use it will be refused control of it. That to me would indicate every computer itself if using Window 10 must have that enabled from the Admin side for other software to use it for their actions. I know this from experience with my nephew using the headset and only noticing when enabling the Mic did he get the chat to work. So unless it is already turn on from the Admin site I doubt trying to the mic to work will not work as the O/S will block the user from using it.