我尝试在Chrome中调用RTCPeerConnection.updateICe()。我在Windows XP上安装了Chrome 32.0.1700.76 m。但我得到“Uncaught SyntaxError:指定了无效或非法字符串。”。 updateIce的参数为空。根据{{3}},空参数有效。我也尝试使用{iceServers:[{username:“...”,凭证:“...”,url:“...”}]}作为第一个参数。但结果是一样的。
RTCPeerConnection在调用时处于“已连接”状态。
可能是什么问题?