protocol.streaming.SetUserAccountStreamingQualityResponse
This response acts as an acknowledgment to its corresponding request as well as containing the boolean result.
Parameter | Optional | Max Allowed | DataType | Notes |
---|---|---|---|---|
cid | no | 1 | text | client id. used to track origin of any particular message |
uid | no | 1 | text | user id |
sq | no | 1 | streaming quality |
Example xml:
<siresp> <cid>Mum</cid> <fn> <setUserStreamQuality> <uid>45435434354343</uid> <ty>0</ty> <sq>High</sq> </setUserStreamQuality> </fn> </siresp>