refactor(CallPage): cleanup

This commit is contained in:
2026-01-02 09:39:48 -06:00
parent 42e7c2cf3b
commit 0b5c8e4e68

View File

@@ -1459,11 +1459,6 @@ export default {
isCallInputFocused: false,
};
},
watch: {
destinationHash() {
this.selectedSuggestionIndex = -1;
},
},
computed: {
isMicMuted() {
return this.activeCall?.is_mic_muted ?? false;
@@ -1533,6 +1528,11 @@ export default {
return suggestions.slice(0, 8);
},
},
watch: {
destinationHash() {
this.selectedSuggestionIndex = -1;
},
},
mounted() {
this.getConfig();
this.getAudioProfiles();