# recordVideo H5 录像

# Attributes

属性 类型 必要 默认值 说明

# 调用示例

window.bridge.recordVideo({
      params: {
        limitCount: 1,
        videoDuration: '120',
        limitSize: '2048000',
        isNeedBase64: true
      }
    }, res => {
      console.log(res)
    }, error => {
      console.log(error)
    });

# 接口返回示例