Skip to content

therealjmj/cordova-plugin-twilio-video

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Using the cordova plugin

  1. Add to the project

    • ionic cordova plugin add [path/to/plugin]
  2. 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);

iOS Notes

  1. Open Ionic project in Xcode
  2. Add TwilioVideo.framework to the project

About

Cordova plugin for Twilio Video

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • Java 68.2%
  • Objective-C 27.8%
  • JavaScript 4.0%