npm i --save @nativescript-community/ui-webview-rtc
- Version: 1.5.0
- GitHub: https://github.com/nativescript-community/ui-collectionview
- NPM: https://www.npmjs.com/package/%40nativescript-community%2Fui-webview-rtc
- Downloads:
- Last Day: 1
- Last Week: 2
- Last Month: 105
NativeScript WebView RTC
A NativeScript Plugin to add webRTC support to @nativescript-community/ui-webview
Installation
Run the following command from the root of your project:
tns plugin add @nativescript-community/ui-webview-rtc
This command automatically installs the necessary files, as well as stores @nativescript-community/ui-webview-rtc as a dependency in your project's package.json file.
Configuration
To install the plugin run
import install from '@nativescript-community/ui-webview-rtc';
install();
then simply use the webRTC="true"
as a webview property