Merge branch 'livekit' into robin/behaviors

This commit is contained in:
Timo
2025-07-14 19:03:18 +02:00
4 changed files with 38 additions and 11 deletions

View File

@@ -1326,7 +1326,7 @@ export class CallViewModel extends ViewModel {
(available, selected) => {
const selectionType = selected && available.get(selected.id)?.type;
// If we are in any output mode other than spaeker switch to speaker.
// If we are in any output mode other than speaker switch to speaker.
const newSelectionType: "earpiece" | "speaker" =
selectionType === "speaker" ? "earpiece" : "speaker";
const newSelection = [...available].find(