应该在FireFox中受支持,我已经安装了webRTC适配器。它在chrome中效果很好。但是在Firefox中,我得到了“未定义”:
console.log(window.RTCPeerConnection);
console.log(window.mozRTCPeerConnection);
我觉得很奇怪,我尝试了多个版本的Firefox,几乎好像完全不支持它。
在Firefox检查器中,这是我得到的错误:
TypeError: RTCPeerConnection is not a constructor
答案 0 :(得分:0)
WebRTC可以通过配置文件设置在Firefox中禁用,并且有些扩展程序也将其禁用。通过在about:config
中搜索media.peerconnection.enabled来检查是否是这种情况