protocol.PlayRequest
This request allows you tell the specified players to play starting at optional supplied index.
Parameter | Optional | Max Allowed | DataType | Notes |
---|---|---|---|---|
cid | no | 1 | text | client id. used to track origin of any particular message |
id | no | unbounded | integer | player id |
ix | yes | 1 | integer | index in player queue, zero based |
ctm | yes | 1 | integer | time in seconds |
Example xml:
<sireq> <cid>Mum</cid> <fn> <play> <id>255</id> <id>255</id> <ix>32</ix> <ctm>7</ctm> </play> </fn> </sireq>