Sinch:从Web调用自动获取'HUNG_UP'

Cha*_*nya 6 javascript video-capture sinch

我正在尝试将Sinch整合到我们的一个项目中.
我正试图从WEB呼叫到ANDROID应用程序..
连接已成功建立 ..但没有显示视频,并且呼叫在9到10秒内自动断开连接 ...
当我从Android App呼叫时不会发生这种情况到Web ..
我正在关注他们的视频通话文件中的代码.

登录电话:

Notification { progress=0,  message="Successfully added proxy ICE candidate",  object=mozRTCIceCandidate}
Notification { progress=0,  message="Successfully sent JOINED",  object=g}
Notification { progress=0,  message="Call changing state to ESTABLISHED",  object=undefined}
Notification { progress=0,  message="Call was un-muted using unmute().",  object=undefined}
Notification { progress=0,  message="WebRTC: Connection state changed",  object=Event iceconnectionstatechange}
Error { name="SinchError",  domain=-1,  code=1001,  more...} // code: 1001, domain: -1, message: "Ice connection failed. Hanging up call!"
Notification { progress=0,  message="Call HANGUP Received",  object=undefined}
-- ICE failed, see about:webrtc for more details
MXPLog { message="Added meta data to MXP message",  object=r}
MXPLog { message="Identified Encoding Key",  object=r}
MXPLog { message="Split message into frames as needed",  object=r}
MXPLog { message="Identified Tx Channels",  object=r}
MXPLog { message="Transmitting [channel, frame]",  object=[2]}
Notification { progress=0,  message="WebRTC: Connection state changed",  object=Event iceconnectionstatechange}
Notification { progress=0,  message="WebRTC: Signaling state change",  object=Event signalingstatechange}
Run Code Online (Sandbox Code Playgroud)

为什么我收到Ice connection failed. Hanging up call!错误.. ??
我正在使用Mozilla Firefox来测试功能......
在此先感谢您的帮助..我被困在这里..

uyl*_*lmz 1

我花了几个小时试图解决这个问题,最后我发现这是当 web 和 android 都在同一个网络上时引起的(编码时它们通常是)。看来sinch不能在同一个局域网上工作。