🐛(frontend) display the meeting id in the join screen page title

Fix a minor issue on the join screen: the page title was missing the
meeting id, even though the hook's documentation stated it should be
included.

Align the actual behavior with the documented one so the meeting id
now shows up in the browser tab title.
This commit is contained in:
lebaudantoine
2026-08-11 09:53:13 +02:00
committed by aleb_the_flash
parent c838229ec9
commit dffcb83fff
4 changed files with 9 additions and 17 deletions
+1
View File
@@ -30,6 +30,7 @@ and this project adheres to
- 🐛(frontend) drop exact deviceId constraint on dynamic track creation
- 🐛(frontend) fix permission store regression
- 🐛(frontend) handle missing device errors gracefully
- 🐛(frontend) display the meeting id in the join screen page title
## [1.25.2] - 2026-08-06