我想https://github.com/aiortc/aiortc/tree/master/examples/server
在远程服务器上进行测试,所以我将所有东西都安装在了digital ocean
云上。现在,运行python server.py
网页后按预期显示,但没有音频或视频工作。怎么了?
JS 控制台给出以下错误
Uncaught TypeError: Cannot read property 'getUserMedia' of undefined
at start (client.js:169)
at HTMLButtonElement.onclick ((index):78)