protocol.streaming.GetAvailableStreamQualitiesRequest
This request allows you to get a user's available streaming qualities 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> <getStreamQualities> <uid>45435434354343</uid> <ty>0</ty> </getStreamQualities> </fn> </sireq>