Show QR code and creator in room info

This commit is contained in:
N-Pex 2021-01-21 12:12:55 +01:00
parent 92d7920072
commit 2708e58161
6 changed files with 464 additions and 64 deletions

View file

@ -75,4 +75,8 @@ router.beforeEach((to, from, next) => {
}
});
router.getRoomLink = function(roomId) {
return window.location.origin + "/#/room/" + roomId;
}
export default router