New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

cordova-plugin-twilio-video-v2preview

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

cordova-plugin-twilio-video-v2preview

This is a cordova plugin built using Twilio Video API v2.0.0preview6. Main reason for making the plugin is to support H.264 codec on Android Marshmallow+ devices.

0.3.0
latest
npm
Version published
Weekly downloads
3
-40%
Maintainers
1
Weekly downloads
 
Created
Source

About

This is a cordova plugin built using Twilio Video API v2.0.0preview6. Main reason for making the plugin is to support H.264 codec on Android Marshmallow+ devices.

Platforms

  • Android
  • iOS (uses TwilioVideo 1.0 since H.264 codec works fine)

Usage

Using the cordova plugin

  • Add to the project
    • ionic cordova plugin add cordova-plugin-twilio-video-v2preview
    • npm install --save cordova-plugin-twilio-video-v2preview
  • Implement the source code
    • Get token And Call the API cordova.videoconversation.open( RoomName: string, Token: string, RemoteParticipantName: string);

Notes

  • Android uses gradle to fetch TwilioVideo as a dependency.

  • iOS code of this plugin needs TwilioVideo.framework. This framework, along with its binaries, gets embedded into your project.

Credit

This plugin was developed using Price F.'s plugin cordova-plugin-twilio-video as a starting point. I merely modified the code to use Twilio Video API 2.0.0preview6 with some UI changes.

FAQs

Package last updated on 11 Jan 2018

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts