set-live-keep-last 接口
新增于 V2.4
是否设备重启时重新开启直播会话。
请求方式
GET http://ip/usapi?method=set-live-keep-last&live-keep-last=1
| 参数 | 说明 |
|---|---|
| method | 方法名称:set-live-keep-last |
| live-keep-last | 是否开启 0:关闭 1:启用 |
返回数据
{
"result": 0
}
| 属性 | 说明 |
|---|---|
| result | 返回状态,0:操作成功,返回其它值请参考 API 状态码 |