TYBA






protocol.StopRequest

StopRequest

This request allows you tell the specified players to stop playback.

ParameterOptionalMax AllowedDataTypeNotes
cidno1textclient id. used to track origin of any particular message
idnounboundedintegerplayer id

Example xml:


  <sireq>
      <cid>Mum</cid>
      <fn>
          <stop>
              <id>255</id>
              <id>255</id>
          </stop>
      </fn>
  </sireq>

 

back to index