40 lines
678 B
JSON
40 lines
678 B
JSON
[
|
|
{
|
|
"id": 0,
|
|
"link": "channel-1",
|
|
"label": "first channel",
|
|
"room": {
|
|
"text": {
|
|
"type": "text",
|
|
"visible": true,
|
|
"list": [ "general", "test-text" ],
|
|
"active": 0
|
|
},
|
|
"voice": {
|
|
"type": "voice",
|
|
"visible": true,
|
|
"list": [ "general" , "test-voice" ],
|
|
"active": null
|
|
}
|
|
}
|
|
},
|
|
{
|
|
"id": 1,
|
|
"link": "common-channel",
|
|
"label": "Common Channel",
|
|
"room": {
|
|
"text": {
|
|
"type": "text",
|
|
"visible": true,
|
|
"list": [ "general2", "test-text-common" ],
|
|
"active": 0
|
|
},
|
|
"voice": {
|
|
"type": "voice",
|
|
"visible": true,
|
|
"list": [ "general2" , "test-voice-common" ],
|
|
"active": null
|
|
}
|
|
}
|
|
}
|
|
] |