虎牙开放平台文档

hyExt.reg.offHumanContourDetection

  • 取消监听当前直播间人体轮廓点检测消息
  • 引入版本 1.8.0
  • 适用终端
    • 虎牙直播助手-iOS:未实现
    • 虎牙直播助手-安卓:未实现
    • 虎牙直播PC客户端-主播侧:4.16.1.0

接口签名

declare namespace hyExt { module reg { /** * 取消监听当前直播间人体轮廓点检测消息 */ function offHumanContourDetection(): Promise<void> } }

示例代码

hyExt.reg .offHumanContourDetection() .then(() => { console.log("调用hyExt.reg.offHumanContourDetection成功") }) .catch((err) => { console.log("调用hyExt.reg.offHumanContourDetection失败", err) })