# startRecord 开始录像(8.15 新增)

# Attributes

属性 类型 必要 默认值 说明

# 调用示例

window.bridge.startRecord({}, res => {
    console.log(res)
}, err => {
    console.log(err)
})

# callback

属性 类型 必要 默认值 说明

# 接口返回示例

{}