Skip to content
This repository has been archived by the owner on Dec 16, 2022. It is now read-only.

powerje/cordova-plugin-twilio-video

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 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

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 61.5%
  • Objective-C 34.9%
  • JavaScript 3.6%