live-room/enter-live-room
Description
- Upon accessing the livestream room, you'll be able to acquire a live cookie.
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 |
Request Example
{
"type": 10080,
"liveId", "xxxxxx",
"objectId": "1xxxxx",
"objectNonceId": "xx_xx_xx"
}
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 |