TT#137700 WebRTC make call screen still shown after setting "show_rtcengine_features=no"

Change-Id: Iab3b8f8828f7b4405d569648f0af510fffd9dc38
mr10.1.1
Carlo Venusino 4 years ago
parent 3a308415d8
commit e877125f60

@ -61,6 +61,13 @@ export default function routes (app) {
get title () {
return i18n.t('Start new call')
}
},
beforeEnter (routeTo, routeFrom, next) {
if (app.store.getters['user/isRtcEngineUiVisible']) {
next()
} else {
next('/user/conversations')
}
}
},
{

Loading…
Cancel
Save