live-room/get-live-room-messages
Description
- Obtain messages from the live stream room, which can be obtained through polling.
Request URL
http://127.0.0.1:8888/api/
Request Method
Parameters
Parameter Name | Required | Parameter Type | Description |
---|
type | Yes | int | API ID |
liveId | Yes | string | Live Room id |
objectId | Yes | string | objectId |
objectNonceId | Yes | string | objectNonceId |
liveCookies | Yes | string | Cookie from Enter-Live-Room |
Request Example
{
"type": 10082,
"liveId": "xxxxxxx",
"objectId": "1xxxxx",
"objectNonceId": "xx_xx_xx",
"liveCookies": "xxxxxx"
}
Return Example
{
"data": {
"status": 0,
"desc": "",
"data": []
}
}
Return Parameter Description
Parameter Name | Parameter Type | Description |
---|
error_code | int | Error code |
description | string | Error Description |
data | json | Business data |