Rejoin room when http redirect
This commit is contained in:
parent
6e07a4083d
commit
f2f0c5c281
|
@ -137,8 +137,8 @@ export default {
|
|||
if (this.$store.state.autoJoinPassword) {
|
||||
url = url + '&password=' + this.$store.state.autoJoinPassword
|
||||
}
|
||||
}
|
||||
url = url.replace('clientselect', 'join')
|
||||
}
|
||||
return url
|
||||
},
|
||||
logo: function () {
|
||||
|
|
Loading…
Reference in New Issue