@nativescript-community/ui-webview-rtc
[]
npm i --save @nativescript-community/ui-webview-rtc

NativeScript WebView RTC

npm downloads npm downloads npm

一个 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 属性使用