Skip to content

Level51/cordova-plugin-twilio-video

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Using the cordova plugin

  1. Download cordova plugin helper that will automatically add the correct TwilioVideo SDK in iOS (Other cocoapods can be added if needed)

    • npm i cordova-plugin-cocoapod-support
  2. Once downloaded use plugins command to save onto cordova CLI

    • cordova plugin add cordova-plugin-cocoapod-support --save
  3. Add to the project cordova-plugin-twilio-video to project

    • ionic cordova plugin add [path/to/plugin]
  4. Implement the source code

    • Declare app name the head of source file where you want to use the plugin (ionic 2/3 only)

    • Get token And Call the API cordova.videoconversation.open( RoomName: string, Token: string);

About

Cordova plugin for Twilio Video

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Objective-C 98.7%
  • JavaScript 1.3%