You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It seems connectionCreated and connectionDestroyed events are not triggered by OpenTok WebRTC in Cordova 3.4. I could be wrong but opentok.js has no implementation for these events.
The text was updated successfully, but these errors were encountered:
Fixed and implemented. Previous SDK versions (pre 2.2) did not have connectionCreated and Destroyed events. Since I just updated SDK to 2.2, there are now connectionCreated and Destroyed and therefore I have added them: 78bff43
It seems connectionCreated and connectionDestroyed events are not triggered by OpenTok WebRTC in Cordova 3.4. I could be wrong but opentok.js has no implementation for these events.
The text was updated successfully, but these errors were encountered: