protocol.GetPlayerTimeRequest
This request allows you to get the current playing time for a particular player.
Parameter | Optional | Max Allowed | DataType | Notes |
---|---|---|---|---|
cid | no | 1 | text | client id. used to track origin of any particular message |
id | no | 1 | integer | player id |
Example xml:
<sireq> <cid>Mum</cid> <fn> <getPlayerTime> <id>45435434354343</id> </getPlayerTime> </fn> </sireq>