more comment

Signed-off-by: Timo K <toger5@hotmail.de>
This commit is contained in:
Timo K
2025-07-03 16:20:20 +02:00
parent 5465eb5ef7
commit 88710688f8

View File

@@ -90,6 +90,7 @@ export function useMuteStates(isJoined: boolean): MuteStates {
useEffect(() => {
// If audio is enabled, we need to request the device names again,
// because iOS will not be able to switch to the correct device after un-muting.
// This is one of the main changes that makes iOS work bluetooth audio devices.
if (audio.enabled) {
devices.requestDeviceNames();
}