onsip / SIP.js

A simple, intuitive, and powerful JavaScript signaling library
https://sipjs.com
MIT License
1.87k stars 700 forks source link

Does webrtc supporting sending voice data after network changed #1028

Open Tinet-wangll opened 1 year ago

Tinet-wangll commented 1 year ago

Hi, I am using the WebRTC sipjs client, version is 0.7.7.

When I made a call, the network changed, e.g. switching to another Wifi. The call session was still online, but there was no voice data sending to the network.

For comparison, I tried SIP softphone to make a call, the voice data were still being sent after changing the network.

I wonder if there is a way to support resuming sending voice data on network changing using WebRTC sipjs.

91Abdullah commented 1 year ago

I am facing similar kind of problem, did you find any solution for it?