Add room name to browser tab title
Fixes #5480 Signed-off-by: Ruben Kerkhof <ruben@rubenkerkhof.com>
This commit is contained in:
@@ -120,7 +120,7 @@ class Conference extends AbstractConference<Props, *> {
|
||||
* @inheritdoc
|
||||
*/
|
||||
componentDidMount() {
|
||||
document.title = interfaceConfig.APP_NAME;
|
||||
document.title = `${APP.conference.roomName} | ${interfaceConfig.APP_NAME}`;
|
||||
this._start();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user