Commit 42f6b14
fix: allow selectAudioOutput on Android (#1121)
`Helper.selectAudioOutput` already routes audio on Android via device ID
strings (speaker, earpiece, bluetooth, wired-headset). The desktop-only
gate was silently swallowing the call and leaving
`room.setAudioOutputDevice()` as a no-op on Android.
---------
Co-authored-by: Hiroshi Horie <548776+hiroshihorie@users.noreply.github.com>1 parent f7530d3 commit 42f6b14
2 files changed
Lines changed: 3 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
119 | 119 | | |
120 | 120 | | |
121 | 121 | | |
122 | | - | |
123 | | - | |
| 122 | + | |
| 123 | + | |
124 | 124 | | |
125 | 125 | | |
126 | 126 | | |
| |||
0 commit comments