您可通过此接口更新指定直播间的切屏检测提醒、静音停播提醒等认真度检测配置信息。
请求频率:单用户请求频率限制为 5 次/秒。
下表仅列出该接口特有的请求参数和部分公共参数。更多信息详见公共参数。
参数 | 类型 | 是否必选 | 示例值 | 描述 |
---|---|---|---|---|
Action | String | 是 | UpdateAttentionDetectionConfig | 接口名称。当前 API 的名称为 UpdateAttentionDetectionConfig 。 |
Version | String | 是 | 2023-08-01 | 接口版本。当前 API 的版本为 2023-08-01 。 |
参数 | 类型 | 是否必选 | 示例值 | 描述 |
---|---|---|---|---|
ActivityId | Long | 是 | 1783308668443 | 直播间 ID。您可以通过 ListActivityAPI 接口查询 ID。 |
AttentionDetectionConfigArray | Array of AttentionDetectionConfigArray | 是 | - | 认真度检测配置信息列表。 |
参数 | 类型 | 是否必选 | 示例值 | 描述 |
---|---|---|---|---|
IsOpen | Integer | 是 |
| 是否开启检测功能。支持以下取值:
|
AttentionDetectionType | Integer | 是 |
| 认真度检测类型。支持以下取值:
|
ReminderCopy | String | 是 |
| 提醒弹窗的提醒文案。 说明 当 |
DetectionRule | Object of DetectionRule | 否 |
| 认真度检测规则。 说明 仅当 |
参数 | 类型 | 是否必选 | 示例值 | 描述 |
---|---|---|---|---|
MinTime | Integer | 否 | 600 | 认真度检测提醒弹窗的弹出时间。例如观众与观看页面无互动(如移动鼠标等)达到该时间后,弹出提醒弹窗。单位为秒。 |
参数 | 类型 | 示例值 | 描述 |
---|---|---|---|
AttentionDetectionConfigArray | Array of AttentionDetectionConfigArray | - | 认真度检测配置信息列表。 |
参数 | 类型 | 示例值 | 描述 |
---|---|---|---|
AttentionDetectionType | Integer |
| 认真度检测类型。支持以下取值:
|
IsOpen | Integer |
| 是否开启检测功能。支持以下取值:
|
ReminderCopy | String | 保持专注学习,多多参与学习互动哦 | 提醒弹窗的提醒文案。 |
DetectionRule | Object of DetectionRule | - | 认真度检测规则。 |
参数 | 类型 | 示例值 | 描述 |
---|---|---|---|
MinTime | Integer | 600 | 认真度检测提醒弹窗的弹出时间。例如观众与观看页面无互动(如移动鼠标等)达到该时间后,弹出提醒弹窗。单位为秒。 |
POST https://livesaas.volcengineapi.com/?Action=UpdateAttentionDetectionConfig&Version=2023-08-01 { "ActivityId":1783308668443, "AttentionDetectionConfigArray":[ { "IsOpen":1, "ReminderCopy":"观看学习过程中保持专注认真,请不要在学习过程中持续切屏、静音播放、挂机学习哦", "AttentionDetectionType":1 }, { "IsOpen":1, "ReminderCopy":"保持专注学习,请不要在学习过程中离开当前页面哦", "AttentionDetectionType":2 }, { "IsOpen":1, "DetectionRule":{ "MinTime":30 }, "ReminderCopy":"保持专注学习,请开启声音并持续收看哦", "AttentionDetectionType":3 }, { "IsOpen":1, "DetectionRule":{ "MinTime":600 }, "ReminderCopy":"保持专注学习,多多参与学习互动哦", "AttentionDetectionType":4 } ] }
{ "ResponseMetadata": { "RequestId": "20231127163926C6740782B6D034339B73", "Action": "UpdateAttentionDetectionConfig", "Version": "2019-10-10", "Service": "livesaas", "Region": "cn-north-1", "SystemTime": 1701074367 }, "Result": { "AttentionDetectionConfigArray": [ { "AttentionDetectionType": 1, "IsOpen": 1, "ReminderCopy": "观看学习过程中保持专注认真,请不要在学习过程中持续切屏、静音播放、挂机学习哦", "DetectionRule": { "MinTime": 0 } }, { "AttentionDetectionType": 2, "IsOpen": 1, "ReminderCopy": "保持专注学习,请不要在学习过程中离开当前页面哦", "DetectionRule": { "MinTime": 0 } }, { "AttentionDetectionType": 3, "IsOpen": 1, "ReminderCopy": "保持专注学习,请开启声音并持续收看哦", "DetectionRule": { "MinTime": 30 } }, { "AttentionDetectionType": 4, "IsOpen": 1, "ReminderCopy": "保持专注学习,多多参与学习互动哦", "DetectionRule": { "MinTime": 600 } } ] } }