Skip to content

Latest commit

 

History

History
executable file
·
17 lines (11 loc) · 607 Bytes

README.md

File metadata and controls

executable file
·
17 lines (11 loc) · 607 Bytes

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