Skip to content

RecordVideo

Zhexuan Liu edited this page Jun 21, 2018 · 1 revision

本文档描述此 Action 的 JSON 数据格式,关于其调用方法,可到此处查看

Package 通过此 Action 来启用相机的录像功能。

JSON 格式

{
  type: "recordVideoAction",
  data: {
    "start": true, // or false, means start or stop this action
  }
}
Clone this wiki locally