Nasmar
Results
2
comments of
Nasmar
I have the same issue; sessionDisconnected does not seem to do the job for my application. Application uses openTok @2.16.0.
It helped me doing all the following, when wanting to disconnect: ``` session.off(); session.disconnect(); session.unpublish(publisher, handleError) publisher.destroy(); session.unsubscribe(subscriber); ``` But only run those when isSessionConnected to avoid further errors.