I am trying to integrate Sinch into one of our projects.
I am trying to call from the WEB application to ANDROID .. The
connection becomes successful . But the video does not appear , and the call automatically disconnects in 9-10 seconds ...
> This does not happen when I call from the Android application to the Internet.
I follow the code from my Documents for video calls.
Call Log:
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...}
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}
Why am I getting an error Ice connection failed. Hanging up call!..?
I use Mozilla Firefox to test the functionality ...
Thanks in advance for the help .. I am stuck here ..