archive
This commit is contained in:
17
comms/webRTC-over-websockets/data/rooms.json
Normal file
17
comms/webRTC-over-websockets/data/rooms.json
Normal file
@@ -0,0 +1,17 @@
|
||||
[
|
||||
{
|
||||
"name" : "Home",
|
||||
"id": "home",
|
||||
"img" : "images/home.jpg"
|
||||
},
|
||||
{
|
||||
"name" : "webrtc",
|
||||
"id": "webrtc",
|
||||
"img" : "images/webrtc.jpg"
|
||||
},
|
||||
{
|
||||
"name" : "work",
|
||||
"id": "work",
|
||||
"img" : "images/work.jpg"
|
||||
}
|
||||
]
|
||||
Reference in New Issue
Block a user