OpenTok-Angular icon indicating copy to clipboard operation
OpenTok-Angular copied to clipboard

Angular directives and helper code to make working with OpenTok more Angularish

Results 7 OpenTok-Angular issues
Sort by recently updated
recently updated
newest added

It's been deprecated from 2.14.0 and should be replaced by something like https://www.npmjs.com/package/events

After upgrading opentok version to 2.14, we see this error: ![image](https://user-images.githubusercontent.com/19624195/41538965-eac6b108-72e2-11e8-8c14-61b8b3581225.png) Env: `angular-opentok`: 2.1.2 `opentok`: 2.14.0

safari on iOS will revert to not allowing the camera and mic after it's already been "Allowed". For example, when switching from the back camera to the front. Here is...

How should a disconnect scenario be handled, both the case of you losing a connection and the other side disconnecting. Am I a supposed to OTSession.init(...) again, what about the...

if this line is removed `if (!window.OT) throw new Error('You must include the OT library before the OT_Angular library');` and this is removed ``` .factory('OT', function() { return OT; })...

Was implementing a network test and needed access to the subscriber object so I could call `subscriber.getStats`. StreamId was a convenience. May be useful to others.

Since subscirbe() is asynchronous subscriber.on fails sometimes with subscriber being null. I noticed it happening when closing a call going to a different state than starting a new call.