LivePusherContext

LivePusherContext 实例,可通过 wx.createLivePusherContext 获取。

LivePusherContext 与页面内唯一的 live-pusher 组件绑定,操作对应的 live-pusher 组件。

方法

LivePusherContext.start()

开始推流,同时开启摄像头预览

LivePusherContext.stop()

停止推流,同时停止摄像头预览

LivePusherContext.pause()

暂停推流

LivePusherContext.resume()

恢复推流

LivePusherContext.switchCamera()

切换前后摄像头

LivePusherContext.snapshot(Object object)

快照

LivePusherContext.toggleTorch()

切换手电筒

LivePusherContext.playBGM(Object object)

播放背景音

LivePusherContext.stopBGM()

停止背景音

LivePusherContext.pauseBGM()

暂停背景音

LivePusherContext.resumeBGM()

恢复背景音

LivePusherContext.setBGMVolume(Object object)

设置背景音音量

LivePusherContext.setMICVolume(Object object)

设置麦克风音量

LivePusherContext.startPreview()

开启摄像头预览

LivePusherContext.stopPreview()

关闭摄像头预览

LivePusherContext.sendMessage()

发送SEI消息

示例代码

在开发者工具中预览效果