protocol.RepeatRequest
This request allows you set the repeat state of specified players.
Parameter | Optional | Max Allowed | DataType | Notes |
---|---|---|---|---|
cid | no | 1 | text | client id. used to track origin of any particular message |
id | no | unbounded | integer | list of player id's |
rep | no | 1 | enumeration | repeat state: off/item/all |
Example xml:
<sireq> <cid>Mum</cid> <fn> <repeat> <id>45435434354343</id> <rep>ITEM</rep> </repeat> </fn> </sireq>