Revert "Add room name to browser tab title" (#5560)
Because it displays "undefined" in the title.
This reverts commit 86ebfe8dad
.
This commit is contained in:
parent
9da0b7fee3
commit
171b065db1
|
@ -120,7 +120,7 @@ class Conference extends AbstractConference<Props, *> {
|
||||||
* @inheritdoc
|
* @inheritdoc
|
||||||
*/
|
*/
|
||||||
componentDidMount() {
|
componentDidMount() {
|
||||||
document.title = `${APP.conference.roomName} | ${interfaceConfig.APP_NAME}`;
|
document.title = interfaceConfig.APP_NAME;
|
||||||
this._start();
|
this._start();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue