Skip to content

Commit dce88fa

Browse files
authored
Change title to 'Brain-Web Videoconference Room'
1 parent 0c5fd95 commit dce88fa

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

videoconference/room.html

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<!doctype html>
22
<html>
33
<head>
4-
<title>Network Neuroscience 2021</title>
4+
<title>Brain-Web Videoconference Room</title>
55
<script src="https://meet.jit.si/external_api.js"></script>
66
</head>
77
<body>
@@ -69,6 +69,8 @@
6969
console.log(id, roomName);
7070
if(!roomName) alert("no room name set in hash");
7171

72+
document.title = `${roomName} Room`;
73+
7274
const api = new JitsiMeetExternalAPI("jitsi.deuxfleurs.fr", { // "meet.jit.si", {
7375
roomName,
7476
parentNode: document.querySelector('#meet')

0 commit comments

Comments
 (0)