当我在本地主机上运行我的 angularjs 应用程序时,我遇到了一个有线问题,它工作正常。但是当我将它托管在 IP 地址上时,它会出错
TypeError:无法读取未定义的属性“getSupportedConstraints”
这是我的代码
let mediaSourceSupport = !!navigator.mediaDevices.getSupportedConstraints()
.mediaSource;
当在 localhost navigator.mediaDevices 对象上服务时,我得到http://prntscr.com/qpf32s 但是当主机在 IP 地址上时,它给出了 undefind