Skip to main content
Version: 1.x

LivePusher

实时音视频录制

组件 支持度

微信小程序H5ReactNative
✔️xx

小程序全部支持,属性参考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 />
)
}
}