TYBA






protocol.GetPlayerContextRequest

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.

ParameterOptionalMax AllowedDataTypeNotes
cidno1textclient id. used to track origin of any particular message
idnounboundedintegerlist of player id's

Example xml:


  <sireq>
      <cid>Mum</cid>
      <fn>
          <getPlayerContext>
              <id>1</id>
              <id>2</id>
          </getPlayerContext>
      </fn>
  </sireq>

 

back to index