直播组件控制

createLivePlayerContext

解释: 操作对应的 <live-player/> 组件。 创建并返回 live-player 上下文 LivePlayerContext 对象。

参数: domId

livePlayerContext 对象的方法列表:

方法参数说明
playObject播放
stopObject停止
muteObject静音
pauseObject暂停
resumeObject恢复
requestFullScreenObject进入全屏
exitFullScreenObject退出全屏

requestFullScreen 的 Object 参数列表:

参数名类型必填说明
directionNumber有效值为 0(正常竖向), 90(屏幕逆时针90度), -90(屏幕顺时针90度)。
successFunction接口调用成功的回调函数。
failFunction接口调用失败的回调函数。
completeFunction接口调用结束的回调函数(调用成功、失败都会执行)。

其他方法的 Object 参数列表:

参数名类型必填说明
successFunction接口调用成功的回调函数
failFunction接口调用失败的回调函数
completeFunction接口调用结束的回调函数(调用成功、失败都会执行)

视频组件控制相机组件控制