We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 681d867 commit 0b6bf3fCopy full SHA for 0b6bf3f
1 file changed
src/system/Device.js
@@ -705,7 +705,7 @@ Phaser.Device._initialize = function () {
705
706
device.quirksMode = (document.compatMode === 'CSS1Compat') ? false : true;
707
708
- navigator.getUserMedia = navigator.getUserMedia || navigator.webkitGetUserMedia || navigator.mozGetUserMedia || navigator.msGetUserMedia;
+ navigator.getUserMedia = navigator.getUserMedia || navigator.webkitGetUserMedia || navigator.mozGetUserMedia || navigator.msGetUserMedia || navigator.oGetUserMedia;
709
710
window.URL = window.URL || window.webkitURL || window.mozURL || window.msURL;
711
0 commit comments