David Eberlein
David Eberlein
We have the same issue with `OpenTok.js 2.16.3 08194dfcf` You can see that we are calling `session.disconnect()` first, then we get the sessionDisconnected event, and then we get the invalid...
@msach22 this is the code ending a session: ``` javascript function endSession() { // an observable that resolves synchronously and holds the Session object returned by `OT.initSession()` this.session$.take(1).subscribe( session =>...
@duprez I'm still waiting for an answer from @msach22 or anyone else from opentok
We have the same problem. The funny thing is that you recently introduced the Environment API to be able to check the browser compatibility but that API actually needs a...
This is a huge issue for us as the page we are integrating into forbids `eval` via CSP
+1: This is a feature we also would love to have