问题
I am working on voice call application using sinch sdk.
Calling functionality works perfect!
but, I didn't get any event on caller side if callee's internet connection disconnect while ongoing voice call.
I found following log in logcat when other end internet connection disconnect. but unable locate it as they are from sinch SDK
W/sinch-android-rtc: webrtc: (rtp_rtcp_impl.cc:167): Process: Timeout: No RTCP RR received.
W/sinch-android-rtc: webrtc: (rtp_rtcp_impl.cc:169): Process: Timeout: No increase in RTCP RR extended highest sequence number.
回答1:
Thats by design, incase the callee gets connected again. Since its udp packets we just send them any way really no way of knowing if they arrive.
We could of course look if we recieve anything but we thought it was better to see if it connected again.
来源:https://stackoverflow.com/questions/40677108/sinch-get-an-event-for-no-internet-connection-while-on-going-voice-call