I am using OpenVidu v 2.16 + angular client.
I have one-to-one video calls and would like to implement start call and end call functionalities.
After I end the call, which I do with a simple
this.session.disconnect()
I send a websocket message to the other participant and he automatically does the same thing
this.session.disconnect()
After I do that, however, I see several errors:
Why is the client still trying to send data after disconnecting the session?
This is a bug with openvidu-browser 2.16.0. Please, try openvidu-browser 2.16.2
Hi @CSantosM!
Thanks for the response.
I am currently using version 2.16.2.
As a matter of fact I get the following warning:
OpenVidu Server (2.16.0) and OpenVidu Browser (2.16.2) versions do NOT match. There may be incompatibilities
Could this be related or is there anything else I can try?
Sorry @Aaron_Ullal , my fault.
The bugfix is on master and it is not included on 2.16.2 version.
You can build it following these steps OpenVidu Docs
No worries @CSantosM!
Thanks for the tip.
What is the ETA for the new release?
It’s not an urgent issue so I might be able to wait 
Thanks again for the help man!
You can use the 2.17.0-beta1 which is already published but take into account that it is a beta.
Regards
Looking good on version 2.17!
Thanks!