Show QR code and creator in room info
This commit is contained in:
parent
92d7920072
commit
2708e58161
6 changed files with 464 additions and 64 deletions
|
|
@ -75,4 +75,8 @@ router.beforeEach((to, from, next) => {
|
|||
}
|
||||
});
|
||||
|
||||
router.getRoomLink = function(roomId) {
|
||||
return window.location.origin + "/#/room/" + roomId;
|
||||
}
|
||||
|
||||
export default router
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue