protocol.PauseRequest
This request allows you tell the specified players to pause playback.
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 |
Example xml:
<sireq> <cid>Mum</cid> <fn> <pause> <id>255</id> <id>255</id> </pause> </fn> </sireq>