Hide call audio devices that are not of known type.

This commit is contained in:
Nicholas Tinsley
2023-06-09 10:10:19 -04:00
parent 3a341eee19
commit 81149e5aa8
2 changed files with 5 additions and 2 deletions

View File

@@ -2346,7 +2346,9 @@
<string name="WebRtcAudioOutputToggle__speaker">Speaker</string>
<!-- Audio output option referring to an external audio device connected via wireless Bluetooth -->
<string name="WebRtcAudioOutputToggle__bluetooth">Bluetooth</string>
<!-- Audio output option referring to an external headset connected via a 3.5mm headphone jack -->
<!-- Audio output option referring to a pair of headphones that do not contain a microphone connected via a 3.5mm headphone jack -->
<string name="WebRtcAudioOutputToggle__wired_headphones">Wired Headphones</string>
<!-- Audio output option referring to an external headset that contains a microphone connected via a 3.5mm headphone jack -->
<string name="WebRtcAudioOutputToggle__wired_headset">Wired Headset</string>
<!-- Audio output option referring to an external headset connected via a USB-C data cable -->
<string name="WebRtcAudioOutputToggle__wired_headset_usb">Wired Headset (USB)</string>