title: LivePusher
sidebar_label: LivePusher
实时音视频录制
组件 支持度
| 微信小程序 | H5 | ReactNative |
|---|---|---|
| ✔️ | x | x |
小程序全部支持,属性参考live-pusher。属性值请改写为驼峰式命名。
import Taro, { Component } from '@tarojs/taro'// 引入 LivePusher 组件import { LivePusher } from '@tarojs/components'class App extends Components {render () {return (<LivePusher url='url' mode='RTC' autopush />)}}
