From: Andrew Engelbrecht Date: Fri, 16 Feb 2018 18:59:25 +0000 (-0500) Subject: more changes to rooms lists X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=2ec2bc314d3c7b2a0e0bc398b5eea7a7a9b40034;p=libreplanet-static.git more changes to rooms lists --- diff --git a/2018/assets/js/stream.js b/2018/assets/js/stream.js index 88799380..284763dc 100644 --- a/2018/assets/js/stream.js +++ b/2018/assets/js/stream.js @@ -129,17 +129,17 @@ app.withVideo = function(id, callback) { app.streams = [ { + name: "Room 101", + speakerMount: "/stream-101.webm", + desktopMount: "/slides-101.webm", + speakerSmallMount: "/stream-101-480p.webm", + ircChannel: "#libreplanet_room101" + }, { name: "Room 123", speakerMount: "/stream-123.webm", desktopMount: "/slides-123.webm", speakerSmallMount: "/stream-123-480p.webm", ircChannel: "#libreplanet_room123" - }, { - name: "Room 141", - speakerMount: "/stream-141.webm", - desktopMount: "/slides-141.webm", - speakerSmallMount: "/stream-141-480p.webm", - ircChannel: "#libreplanet_room141" }, { name: "Room 144", speakerMount: "/stream-144.webm", diff --git a/2018/includes/live_menu.html b/2018/includes/live_menu.html index 8653db63..25788d02 100644 --- a/2018/includes/live_menu.html +++ b/2018/includes/live_menu.html @@ -1,8 +1,9 @@