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

Can’t track down this unhandled exception #185

Closed stephanoparaskeva closed 3 years ago

stephanoparaskeva commented 3 years ago

Sometimes when making a call during connecting state

I get this image image

DaveLomber commented 3 years ago

@stephanoparaskeva I think you initiate a call while the chat is still in connecting state

Please make sure that chat is connected at the time you make a call

https://developers.connectycube.com/js/messaging?id=connect-to-chat

https://developers.connectycube.com/js/messaging?id=connection-status

stephanoparaskeva commented 3 years ago

@stephanoparaskeva I think you initiate a call while the chat is still in connecting state

Please make sure that chat is connected at the time you make a call

https://developers.connectycube.com/js/messaging?id=connect-to-chat

https://developers.connectycube.com/js/messaging?id=connection-status

Thank you