Преглед на файлове

Add room name to browser tab title

Fixes #5480

Signed-off-by: Ruben Kerkhof <ruben@rubenkerkhof.com>
master
Ruben Kerkhof преди 5 години
родител
ревизия
86ebfe8dad
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  1. 1
    1
      react/features/conference/components/web/Conference.js

+ 1
- 1
react/features/conference/components/web/Conference.js Целия файл

@@ -120,7 +120,7 @@ class Conference extends AbstractConference<Props, *> {
120 120
      * @inheritdoc
121 121
      */
122 122
     componentDidMount() {
123
-        document.title = interfaceConfig.APP_NAME;
123
+        document.title = `${APP.conference.roomName} | ${interfaceConfig.APP_NAME}`;
124 124
         this._start();
125 125
     }
126 126
 

Loading…
Отказ
Запис