Sinch : Get an event for no internet connection while on going voice call

会有一股神秘感。 提交于 2019-12-25 04:04:28

问题


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

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!