songz / cordova-plugin-opentok

Cordova Plugin for OpenTok - add webrtc video to your iOS or Android App
Other
162 stars 270 forks source link

End-of-Life announced for OpenTok 2.4 SDKs #190

Closed prabinyovan closed 8 years ago

prabinyovan commented 9 years ago

image

I got this email today morning from Tokbox.

Does this mean the current plugin won't be working anymore ?

penguin20000 commented 9 years ago

Was just about to ask this question myself.

penguin20000 commented 9 years ago

@prabinyovan Did you get an answer for this in the end?

prabinyovan commented 9 years ago

@penguin20000 Not yet. But I am still using this plugin and it is working fine. Moreover, I have downloaded their later SDKs and updated this plugin with new SDK locally and it is working perfectly.

mark-veenstra commented 9 years ago

We should focus on this repository: https://github.com/aoberoi/cordova-plugin-opentokjs. This repository includes the opentok.js library for the browser which is 2.6 and maintained by TokBox. And makes use of cordova-plugin-iosrtc to enable WebRTC on iOS.

See for an example app here: https://github.com/Mobilea/cordova-plugin-opentokjs-example (Ionic) and https://github.com/aoberoi/hello-opentokjs-cordova (Cordova)

byronalfonso commented 9 years ago

@mark-veenstra - I'm currently testing the repo you shared and I'm currently experiencing this error -> https://github.com/aoberoi/cordova-plugin-opentokjs/issues/13

Hi @prabinyovan! I believe you were able to make an update for the IOS API? If so, can you do a pull request?

@aullman @songz - I know we're all busy and I understand.. and I hope it doesn't bother you, but any updates on this matter?

silverio commented 9 years ago

Hi @byronalfonso to use the latest iOS SDK follow these steps: Go to the plugins folder com.tokbox.cordova.opentok/scripts/ and edit line 4 on the downloadiOSSDK.js file to: var IosSDKVersion = "OpenTok-iOS-2.6.1"; Then reinstall the plugin. This should download the version 2.6.1 of the iOS SDK. I am currently using this one on my app with the plugin.

byronalfonso commented 9 years ago

@jfsemaan thanks for sharing mate! I'll definitely try that today.. This has got me thinking though.. If this is how easy the sol'n is, how come nobody made a pull request? Or maybe.. this is how easy to solve this that's why nobody cared to PR? hmm..

byronalfonso commented 9 years ago

hi @jfsemaan! I just want to confirm that the manual update is working... Only thing I notice though is that the auto download isn't working so you have to manually download the SDK and put the opentok.framework on the right folder (same as with the old issue). But overall, it's working. Thanks!