ConnectyCube / connectycube-reactnative-samples

Chat and Video Chat code samples for React Native, ConnectyCube
https://connectycube.com
Apache License 2.0
124 stars 111 forks source link

If call goes more than 10 minutes then if one user end the call then the second user call does not get stop. #259

Closed priyankasaini3 closed 2 years ago

priyankasaini3 commented 2 years ago

Some time ConnectyCube.videochat.onStopCallListener. listener not call for second user if call goes more then 9 or 10 minutes. In our APP call will go for more then an hour so we need a solution for that so please guide us how can we handle this case.

Thanks

DaveLomber commented 2 years ago

It should work despite the call duration

Could you please make sure that you still have an active chat connection

Also, you can provide the logs form the side where you stop the call, we will check what's happening under the hood

priyankasaini3 commented 2 years ago

Hi, I have implemented the below code in config file after that it works fine. Thanks

chat: { reconnectionTimeInterval: 5, ping: { enable: true, timeInterval: 60 }, },

DaveLomber commented 2 years ago

Please provide the logs from where you call a call stop

This will help a lot

ccvlad commented 2 years ago

Closed due to inactivity. Please create a new issue if needed.