给教室发课件信令
Example
请求方式 POST 默认接口请求频率限制:200次/秒。 默认单个教室请求频率限制:20次/秒。 以下课件类型不支持:'mp3', 'mp4', 'mov', 'wmv', 'wav', 'm4a', 'aac', 'h5'
https://global.talk-cloud.net/api/
room/v1/showPage
参数名 | 必选 | 类型 | 说明 |
---|---|---|---|
Content-Type | 是 | string | application/json; |
Tk-authkey | 是 | string | 企业Key |
参数名 | 是否必选 | 类型 | 说明 |
---|---|---|---|
serial | 是 | string | 房间号 |
thirdroomid | 否 | string | 用户自定义房间号:选填(该字段和serial必须至少填写一个)如果用户创建房间时自定义了房间号,可使用此字段 |
fileId | 是 | int | 课件ID |
page | 是 | int | 跳转到第几页 |
参数名称 | 类型 | 描述 |
---|---|---|
result | int | 0成功,其他失败 |
返回示例
1 2 3 4 5 |
|