protocol.GetPlayerContextRequest
This request allows you to get the current player context for of 1 or many players. The term context refers to the type of audio session you currently are using for example radio, audiofile etc.
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 |
Example xml:
<sireq> <cid>Mum</cid> <fn> <getPlayerContext> <id>1</id> <id>2</id> </getPlayerContext> </fn> </sireq>