0.1.2-beta.11 • Published 6 years ago
@supportshealth/tw-plugin v0.1.2-beta.11
twilio-plugin
This plugin is used to make video calls using Twilio video platform (https://github.com/twilio/) on iOS using Capacitor. Since the current implementation of Ionic/PWA apps on iOS run on top of WKWebView, and as of today (24/01/2019), Apple does not support WebRTC on WKWebView, the only way to work with Twilio Video on this platform is to build it natively.
Notice
This plugin is currently under active development.
Installation
npm i tw-plugin
Usage
This plugin uses version 2.6 of the TwilioVideo iOS Library
import 'twilio-tw-plugin';
import { Storage, Plugins } from '@capacitor/core';
Plugins.TwilioIosCapacitor.joinTwilioRoom({ roomName: roomName, accessToken: accessToken, endTime: string})
Api
Method | Default | Type | Description |
---|---|---|---|
joinTwilioRoom(options: { roomName: string, accessToken: string, endTime: string }) | Promise<void> | Used to join a room with the provided accessToken |
0.1.2-beta.11
6 years ago
0.1.2-beta.10
6 years ago
0.1.2-beta.9
6 years ago
0.1.2-beta.8
6 years ago
0.1.2-beta.7
6 years ago
0.1.2-beta.6
6 years ago
0.1.2-beta.5
6 years ago
0.1.2-beta.4
6 years ago
0.1.2-beta.3
6 years ago
0.1.2-beta.2
6 years ago
0.1.2-beta.1
6 years ago
0.1.2-beta.0
6 years ago
0.1.2
6 years ago
0.1.1
6 years ago
0.1.0-beta.10
6 years ago
0.1.0-beta.9
6 years ago
0.1.0-beta.8
6 years ago
0.1.0-beta.7
6 years ago
0.1.0-beta.6
6 years ago
0.1.0-beta.5
6 years ago
0.1.0-beta.4
6 years ago
0.1.0-beta.3
6 years ago
0.1.0-beta.2
6 years ago
0.1.0-beta.1
6 years ago
0.1.0
6 years ago