cordova-plugin-opentok icon indicating copy to clipboard operation
cordova-plugin-opentok copied to clipboard

Example does not work on Android

Open mschmidl opened this issue 9 years ago • 1 comments

Hi,

I was following all the steps on this page to try and run the example in example/www on my Nexus 10. The only changes I mde to the code where adding the api-key, session-id and token. When trying to run the example I see the following in the android logs:

09-14 14:00:59.323 D/opentok-native(24032): [ERROR] jni/../src/ot_messenger_v1.c:2662: errno: File exists Error obtaining SDK version info from server. 09-14 14:00:59.324 D/opentok-jni(24032): --------------------my_on_session_error 3 The session failed to connect. 09-14 14:00:59.326 D/opentok-native(24032): [ERROR] jni/../src/ot_messenger_v1.c:2662: errno: File exists Disconnected before version information received. 09-14 14:00:59.326 D/opentok-jni(24032): --------------------my_on_session_error 3 The session failed to connect.

Could you please check what's wrong?

Thanks, Matthias

mschmidl avatar Sep 14 '15 12:09 mschmidl

Use this one: https://github.com/fatmonkey99/cordova-plugin-opentok-example

smuaq avatar Jun 13 '16 07:06 smuaq