Using the cordova plugin
-
Add to the project
ionic cordova plugin add [path/to/plugin]
-
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);
-
- Open Ionic project in Xcode
- Add TwilioVideo.framework to the project
- Refer IOS/ Manual Part of https://www.twilio.com/docs/api/video/download-video-sdks#ios-sdk