refactor(CallPage): cleanup
This commit is contained in:
@@ -1459,11 +1459,6 @@ export default {
|
|||||||
isCallInputFocused: false,
|
isCallInputFocused: false,
|
||||||
};
|
};
|
||||||
},
|
},
|
||||||
watch: {
|
|
||||||
destinationHash() {
|
|
||||||
this.selectedSuggestionIndex = -1;
|
|
||||||
},
|
|
||||||
},
|
|
||||||
computed: {
|
computed: {
|
||||||
isMicMuted() {
|
isMicMuted() {
|
||||||
return this.activeCall?.is_mic_muted ?? false;
|
return this.activeCall?.is_mic_muted ?? false;
|
||||||
@@ -1533,6 +1528,11 @@ export default {
|
|||||||
return suggestions.slice(0, 8);
|
return suggestions.slice(0, 8);
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
|
watch: {
|
||||||
|
destinationHash() {
|
||||||
|
this.selectedSuggestionIndex = -1;
|
||||||
|
},
|
||||||
|
},
|
||||||
mounted() {
|
mounted() {
|
||||||
this.getConfig();
|
this.getConfig();
|
||||||
this.getAudioProfiles();
|
this.getAudioProfiles();
|
||||||
|
|||||||
Reference in New Issue
Block a user