# Video And Audio Call Not Working Properly On Different network

**URL:** <https://react-native-webrtc.discourse.group/t/video-and-audio-call-not-working-properly-on-different-network/733>\
**Category:** Uncategorized\
**Created:** [May 30, 2020, 3:25pm UTC](https://react-native-webrtc.discourse.group/t/video-and-audio-call-not-working-properly-on-different-network/733 "2020-05-30T15:25:09Z")\
**Posts on this page:** 5\
**Page:** 1

<div class="post-metadata">

**Author:** ![biswanath](https://yyz2.discourse-cdn.com/free1/user_avatar/react-native-webrtc.discourse.group/biswanath/32/214_2.png) [@biswanath](https://react-native-webrtc.discourse.group/u/biswanath)\
**Post date:** [May 30, 2020, 3:25pm UTC](https://react-native-webrtc.discourse.group/t/video-and-audio-call-not-working-properly-on-different-network/733/1 "2020-05-30T15:25:09Z")

</div>

Hello,  
I having some issue while using cross-network.

**Here are some scenarios:**  
Same network ==\> Working fine  
Mobile network to Mobile network ==\> Working fine  
Wifi to Mobile ==\> Sometimes working sometimes not working  
Mobile to Wifi ==\> Not working  
Wifi to wifi ==\> Sometimes working sometimes not working

I am using paid STUN & TURN server.

but sometimes the ICE Connection State stuck at ‘checking’ and after sometimes it is showing failed.

The strange part is if I disable and enable my network connection while in the call then it’s again connecting perfectly. So my question is is there any way to handle the webrtc connection if it goes to failed state. I mean is there any reconnect feature?

Please let me know if anyone have solution for this kind of issues.

Thanks.

---

<div class="post-metadata">

**Author:** ![filipthornton](https://yyz2.discourse-cdn.com/free1/user_avatar/react-native-webrtc.discourse.group/filipthornton/32/327_2.png) [@filipthornton](https://react-native-webrtc.discourse.group/u/filipthornton)\
**Post date:** [January 20, 2021, 11:36pm UTC](https://react-native-webrtc.discourse.group/t/video-and-audio-call-not-working-properly-on-different-network/733/2 "2021-01-20T23:36:10Z")

</div>

Have you found any solution? I have the exact same issue with my app and webrtc…

---

<div class="post-metadata">

**Author:** ![JeromeMaquoi](https://avatars.discourse-cdn.com/v4/letter/j/77aa72/32.png) [@JeromeMaquoi](https://react-native-webrtc.discourse.group/u/JeromeMaquoi)\
**Post date:** [January 21, 2021, 10:02am UTC](https://react-native-webrtc.discourse.group/t/video-and-audio-call-not-working-properly-on-different-network/733/3 "2021-01-21T10:02:40Z")

</div>

I also have the same issue on my app 😕. Has someone the solution?

---

<div class="post-metadata">

**Author:** ![geekayush1812](https://yyz2.discourse-cdn.com/free1/user_avatar/react-native-webrtc.discourse.group/geekayush1812/32/372_2.png) [@geekayush1812](https://react-native-webrtc.discourse.group/u/geekayush1812)\
**Post date:** [January 28, 2021, 4:54am UTC](https://react-native-webrtc.discourse.group/t/video-and-audio-call-not-working-properly-on-different-network/733/4 "2021-01-28T04:54:45Z")

</div>

I have the same issue if anyone knows the solution please tell us.

---

<div class="post-metadata">

**Author:** ![sundar505](https://yyz2.discourse-cdn.com/free1/user_avatar/react-native-webrtc.discourse.group/sundar505/32/786_2.png) [@sundar505](https://react-native-webrtc.discourse.group/u/sundar505)\
**Post date:** [January 9, 2024, 10:33am UTC](https://react-native-webrtc.discourse.group/t/video-and-audio-call-not-working-properly-on-different-network/733/6 "2024-01-09T10:33:20Z")

</div>

After failed, once network is back, do ice restart(create new ice offer and do negotiation)
