How to extend time for "The client recovers its connection too late (> 12 seconds)"

after reconected websocket
I got this message

transportMessage @ ​​ Websocket was able to reconnect to OpenVidu Server, but your Connection was already destroyed due to timeout. You are no longer a participant of the Session and your media streams have been destroyed

so I want to extend time of "The client recovers its connection too late (> 12 seconds) "

How to change that value?

1 Like

You can’t. This is not an OpenVidu value and it’s not customizable.

Nevertheless, your app can automatically re-join the user if disconnection is longer than 12 seconds. Just generate a new token (they can be used only once) and that’s all.