aoberoi / cordova-plugin-opentokjs

A Cordova plugin to enable use of OpenTok on the iOS, Android, and Browser platforms.
MIT License
21 stars 16 forks source link

Please update the README (cordova-plugin-iosrtc stuff) #6

Closed ibc closed 9 years ago

ibc commented 9 years ago

Thanks a lot for your mention in the README. Just some bullets to update:

Also, there is no 1.2.9 version but 1.3.0, so this is wrong (plugin.xml):

<dependency id="com.eface2face.iosrtc" spec="^1.2.9" />

Should be:

<dependency id="cordova-plugin-iosrtc" spec="^1.3.0" />

Thanks :)

aoberoi commented 9 years ago

You're welcome. Thanks for your great plugin!