sfm-cordova-plugin
v1.0.0
Published
Add live video streaming to your Cordova Application
Maintainers
Readme
SmartFloMeet Cordova Plugin for Android and iOS
Sample code
To see the plugin in action, please check out sfm-cordova-samples.
Using Cordova CLI
Make sure You have Cordova 3.5.0 or greater installed. If you haven't, take a look at the Cordova instructions Page.
Clone this repo to get the source code for the SmartfloMeet Cordova plugin
To install the SmartfloMeet Cordova plugin, run the following command in the root of your project:
cordova plugin add sfm-cordova-plugin- To remove sfm Cordova plugin, use the following command:
cordova plugin remove sfm-cordova-pluginGetting Started on your Project:
All your editing will be done in your www folder.
All JavaScript code should be written in onDeviceReady function in /js/index.js because it is executed after all dependencies has loaded.
onDeviceReady: function() {
// Do Your Stuff Here!
}