TYBA






protocol.PlayRequest

PlayRequest

This request allows you tell the specified players to play starting at optional supplied index.

ParameterOptionalMax AllowedDataTypeNotes
cidno1textclient id. used to track origin of any particular message
idnounboundedintegerplayer id
ixyes1integerindex in player queue, zero based
ctmyes1integertime 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>

 

back to index