TYBA






protocol.streaming.GetUserAccountStreamingQualityResponse

GetUserAccountStreamingQualityResponse

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
sqno1streaming quality

Example xml:


  <siresp>
      <cid>Mum</cid>
      <fn>
          <getUserStreamQuality>
              <uid>45435434354343</uid>
              <ty>0</ty>
              <sq>High</sq>
          </getUserStreamQuality>
      </fn>
  </siresp>

 

back to index