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来测试功能......
在此先感谢您的帮助..我被困在这里..