您可通过此接口获取指定直播间的切屏检测提醒、静音停播提醒等认真度检测配置信息。
请求频率:单用户请求频率限制为 5 次/秒。
下表仅列出该接口特有的请求参数和部分公共参数。更多信息详见公共参数。
参数 | 类型 | 是否必选 | 示例值 | 描述 |
---|---|---|---|---|
Action | String | 是 | GetAttentionDetectionConfig | 接口名称。当前 API 的名称为 GetAttentionDetectionConfig 。 |
Version | String | 是 | 2023-08-01 | 接口版本。当前 API 的版本为 2023-08-01 。 |
ActivityId | Long | 是 | 1783384368443 | 直播间 ID。您可以通过 ListActivityAPI 接口查询 ID。 |
参数 | 类型 | 示例值 | 描述 |
---|---|---|---|
AttentionDetectionConfigArray | Array of AttentionDetectionConfigArray | - | 认真度检测配置信息列表。 |
参数 | 类型 | 示例值 | 描述 |
---|---|---|---|
AttentionDetectionType | Integer |
| 认真度检测类型。支持以下取值:
|
IsOpen | Integer |
| 是否开启检测功能。支持以下取值:
|
ReminderCopy | String | 保持专注学习,多多参与学习互动哦 | 提醒弹窗的提醒文案。 |
DetectionRule | Object of DetectionRule | - | 认真度检测规则。 |
参数 | 类型 | 示例值 | 描述 |
---|---|---|---|
MinTime | Integer | 600 | 认真度检测提醒弹窗的弹出时间。例如观众与观看页面无互动(如移动鼠标等)达到该时间后,弹出提醒弹窗。单位为秒。 |
GET https://livesaas.volcengineapi.com/?Action=GetAttentionDetectionConfig&Version=2023-08-01&ActivityId=1783384368443
{ "ResponseMetadata": { "RequestId": "20231127163926C6740782B6D034339B73", "Action": "GetAttentionDetectionConfig", "Version": "2023-08-01", "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 } } ] } }