protocol.streaming.GetUserAccountStreamingQualityRequest
This request allows you to get a user's streaming quality preference from the muse server.
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 |
Example xml:
<sireq> <cid>Mum</cid> <fn> <getUserStreamQuality> <uid>45435434354343</uid> <ty>0</ty> </getUserStreamQuality> </fn> </sireq>