npm i --save @nativescript-community/ui-webview-rtc
- 版本:1.5.0
- GitHub: https://github.com/nativescript-community/ui-collectionview
- NPM: https://npmjs.net.cn/package/%40nativescript-community%2Fui-webview-rtc
- 下载量
- 昨天: 2
- 上周: 7
- 上个月: 109
NativeScript WebView RTC
一个 NativeScript 插件,用于将 webRTC 支持添加到 @nativescript-community/ui-webview
安装
从您项目的根目录运行以下命令
tns plugin add @nativescript-community/ui-webview-rtc
此命令将自动安装必要的文件,并将 @nativescript-community/ui-webview-rtc 存储为项目 package.json 文件中的依赖项。
配置
要安装插件,请运行
import install from '@nativescript-community/ui-webview-rtc';
install();
然后只需将 webRTC="true"
作为 webview 属性使用