We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0c5fd95 commit dce88faCopy full SHA for dce88fa
1 file changed
videoconference/room.html
@@ -1,7 +1,7 @@
1
<!doctype html>
2
<html>
3
<head>
4
- <title>Network Neuroscience 2021</title>
+ <title>Brain-Web Videoconference Room</title>
5
<script src="https://meet.jit.si/external_api.js"></script>
6
</head>
7
<body>
@@ -69,6 +69,8 @@
69
console.log(id, roomName);
70
if(!roomName) alert("no room name set in hash");
71
72
+ document.title = `${roomName} Room`;
73
+
74
const api = new JitsiMeetExternalAPI("jitsi.deuxfleurs.fr", { // "meet.jit.si", {
75
roomName,
76
parentNode: document.querySelector('#meet')
0 commit comments