无法在Twilio JS 1.4.16上的'RTCPeerConnection'上执行'getStats'

时间:2017-07-05 13:43:44

标签: javascript webrtc twilio twilio-api twilio-click-to-call

我在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上搜索。

0 个答案:

没有答案