在Vue本机中使用React Native Webrtc

时间:2019-06-11 02:15:17

标签: react-native webrtc vue-component react-component vue-native

我正在尝试在Vue本机项目中使用React Native Webrtc库(https://github.com/react-native-webrtc/react-native-webrtc)。 我安装了它,就可以获取流(视频,音频),但是在这一部分:

Rendering RTCView.
<RTCView streamURL={this.state.stream.toURL()}/>

我用Vue风格重写它,就像这样
components: { RTCView },
还有这个
<RTCView v-if="stream" :streamURL="stream.toURL()"/>
但没有作品。我无法显示视频(相机)。有什么想法吗?

0 个答案:

没有答案