TT#47274 Fix: Routing issue while maximizing the call on mobile devices

Change-Id: I126bc1a3a644df5f6224d84332ee9527330db8e0
changes/99/24699/1
Hans-Peter Herzog 7 years ago
parent 9074e7029f
commit 80fa75d47f

@ -457,7 +457,7 @@
},
maximizeCall() {
if(this.isMobile) {
this.$router.push('home');
this.$router.push({path: '/user/home'});
}
else {
this.$store.commit('call/maximize');

Loading…
Cancel
Save