Michael Jumper created GUACAMOLE-237:
----------------------------------------
Summary: navigator.getUserMedia() deprecated
Key: GUACAMOLE-237
URL: https://issues.apache.org/jira/browse/GUACAMOLE-237
Project: Guacamole
Issue Type: Bug
Components: guacamole-common-js, RDP
Reporter: Michael Jumper
Priority: Minor
>From GUACAMOLE-228:
{quote}
... Also, in Firefox, this message is shown:
{code:none}
navigator.mozGetUserMedia has been replaced by
navigator.mediaDevices.getUserMedia app.js:11:346
{code}
{quote}
[{{navigator.getUserMedia()}} has been deprecated within
Firefox|https://developer.mozilla.org/en-US/docs/Web/API/Navigator/getUserMedia],
replaced by
[{{navigator.mediaDevices.getUserMedia()}}|https://developer.mozilla.org/en-US/docs/Web/API/MediaDevices/getUserMedia].
See: https://www.w3.org/TR/mediacapture-streams/
Though not deprecated in the standard per se, it's clear that
{{navigator.getUserMedia()}} is legacy. As Mozilla has marked it as deprecated
within Firefox, this change will need to be made eventually to ensure forward
compatibility.
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)