Parameter name | Required | Type | Description |
ReqId | Yes | String | Unique identifier for a single request. |
SessionId | Yes | string | Session ID. |
RoomId | Yes | string | The room ID, obtained through API 4.1 and parsed from the returned addr address. |
UserId | Yes | string | User ID for entering the room. |
Parameter name | Required | Type | Description |
ReqId | Yes | String | Unique identifier for a single request. |
UserSig | Yes | string | Room Key. |
PrivateMapKey | Yes | string | Permission Key. |
{"Header": {},"Payload": {"ReqId": "d7aa08da33dd4a662ad5be508c5b77cf","SessionId": "12123132","RoomId": "1200111","UserId": "avcvdafasfds",}}
{"Header": {"Code": 0,"Message": "","RequestID": "123",},"Payload": {"ReqId": "d7aa08da33dd4a662ad5be508c5b77cf","UserSig": "vafdasfda","PrivateMapKey": "fdasfdafdasfdasfd"}}
Was this page helpful?