我在Electron应用程序上使用Twilio,目前使用的Chrome版本是56.我已将twilio版本从1.3升级到1.4.16。当我开始进行音频通话时,一切都很顺利,但是我在控制台上收到的错误可能与RTC统计数据有关。那就是错误:
Uncaught (in promise) TypeError: Failed to execute 'getStats' on 'RTCPeerConnection': No function was found that matched the signature provided.
at getStatistics (twilio.js:5011)
at RTCMonitor.getSample (twilio.js:3716)
at RTCMonitor._fetchSample (twilio.js:3732)
我无法找到任何线索,在Google上搜索。