protocol.deezer.radio.player.DeezerStartRadioResponse
This response acts as an acknowledgment to its corresponding request.
Parameter | Optional | Max Allowed | DataType | Notes |
---|---|---|---|---|
cid | no | 1 | text | client id. used to radio origin of any particular message |
id | no | unbounded | integer | player id |
uid | no | 1 | user id | deezer user id |
rdid | no | 1 | deezer id | deezer radio id |
Example xml:
<sireq> <cid>Mum</cid> <fn> <deezerStartRadio> <id>255</id> <id>255</id> <uid>123</uid> <rdid>32</rdid> </deezerStartRadio> </fn> </sireq>