protocol.GetAvailableStreamsResponse
This response acts as an acknowledgment to its corresponding request.
Parameter | Optional | Max Allowed | DataType | Notes |
---|---|---|---|---|
cid | no | 1 | text | client id. used to track origin of any particular message |
streams | no | 1 | list of audio streams | available audio streams |
Example xml:
<siresp> <cid>Mum</cid> <fn> <getStreams> <streams> <stream> <id>1</id> <nm>2</nm> <channels> <lch>1</lch> <rch>2<rch> </channels> </stream> <stream> <id>2</id> <nm>Living Room</nm> <channels> <lch>3</lch> <rch>4<rch> </channels> </stream> <stream> <id>3</id> <nm>John Doe</nm> <channels> <lch>5</lch> <rch>6<rch> </channels> </stream> </streams> </getStreams> </fn> </siresp>