TYBA






protocol.streaming.GetAvailableStreamQualitiesResponse2

GetAvailableStreamQualitiesResponse2

This response acts as an acknowledgment to its corresponding request as well as containing the boolean result.

ParameterOptionalMax AllowedDataTypeNotes
cidno1textclient id. used to track origin of any particular message
uidno1textuser id
colno1listlist of streaming qualities.

Example xml:


  <siresp>
      <cid>Mum</cid>
      <fn>
          <getStreamQualities2>
              <uid>45435434354343</uid>
              <ty>0</ty>
              <col>
                  <sqd>
                      <sq>Low</sq>
                      <dsc>Descriptor 1</dsc>
                  </sqd>
                  <sqd>
                      <sq>High</sq>
                      <dsc>Descriptor 2</dsc>
                  </sqd>
              </col>
          </getStreamQualities2>
      </fn>
  </siresp>

 

back to index