protocol.streaming.GetAvailableStreamQualitiesResponse2
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 |
col | no | 1 | list | list 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>