-
Notifications
You must be signed in to change notification settings - Fork 269
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
opentok.js is not working ionic2 #232
Comments
Hello Dear, Is your solution for opentok working with ionic 2 ? I'm also updating mine and getting issue. Thanks B Mavi |
@bmavi sorry for late. I have found a way to make it working using opentok.js framework instead of this cordova plugin. It's quite easy to integrate opentok.js in ionic2 :) Be sure to check permission on your android mobile phone during your development (run on a physical android device). |
Hi @vsrboth |
Please, I also need help on integrating on Ionic2. I'm running on a device; the device cant find opentok.js |
Hey @vsrboth @jomora15 @bmavi @andreportaro here's a basic 1:1 application using OpenTok and Ionic: You have to run You can also find the updated plugin using OpenTok iOS and Android 2.12.0 SDKs here: Please also note that not all of the publisher properties such as insertMode are available. The supported properties are listed here: https://github.com/opentok/cordova-plugin-opentok/blob/master/docs/ot.md#initPublisher |
Have any of you tried and made Tokbox annotations work with iOS? In Android it works fine but in the latest version 10.3.3 of iOS using TokBox SDK Version 2.12.1 our Cordova app crashes when opening the video call. This only happens if the other party on the web has annotations turned on. If the annotations are off then no crash. Strange issue! Error logs reveal a bunch of runtime memory related issues with only human readable information was "AudioToolbox". We thought this may be a permission issue but couldn't explain why it worked when annotations are turned off. Note: Annotations have never worked in iOS. We can't seem to get the annotation layer on top of Tokbox video layer. This makes sense as the video player is not probably HTML based. |
Never mind, looks like annotations are not supported even as a feature yet. |
@sm20030 Any luck solving this problem? we are also experiencing it. We can enter an already started call but whenever a new stream is created our iOs app crashes? I see that you mention annotations, how do we turn these off? |
I am trying to use this cordova plugin for ionic2 project; unfortunately, I am unable to make it. It doesn't seem to work. Please kindly find the following code example:
Can anyone offer a hand on this? Thank you so much.
The text was updated successfully, but these errors were encountered: