Merge branch 'livekit' into robin/earpiece-overlay

This commit is contained in:
Robin
2025-06-25 15:54:04 -04:00
23 changed files with 873 additions and 771 deletions

View File

@@ -27,5 +27,5 @@ On mobile platforms (iOS, Android), web views do not reliably support selecting
Callbacks for buttons in EC that are handled by the native application
- `showNativeAudioDevicePicker: (() => void) | undefined`. Callback called whenever the user presses the output button in the settings menu.
This button is only shown on iOS. (`userAgent.includes("iPhone")`)
This button is only shown on iOS. (`/iPad|iPhone|iPod|Mac/.test(navigator.userAgent)`)
- `onBackButtonPressed: (() => void) | undefined`. Callback when the webview detects a tab on the header's back button.