You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Joining a room with a disabled audio track on desktop safari 18.1, and ios safari 17.0, 18.0, and 18.1 treats the track as enabled and all audio is broadcast to the rest of the participants. The LocalAudioTrack.isEnabled property returns false, but the audio is broadcast. Enabling the track, and then re-disabling it fixes the issue. This doesn't seem to occur in iOS 16.0, or on desktop Chrome or Firefox.
Hi, this is a known issue on WebKit (WebKit/WebKit@c29f5f0). However, we are working on a workaround to mitigate this for our SDK users. See #2061 for more details.
Joining a room with a disabled audio track on desktop safari 18.1, and ios safari 17.0, 18.0, and 18.1 treats the track as enabled and all audio is broadcast to the rest of the participants. The
LocalAudioTrack.isEnabled
property returns false, but the audio is broadcast. Enabling the track, and then re-disabling it fixes the issue. This doesn't seem to occur in iOS 16.0, or on desktop Chrome or Firefox.I made a reproduction example using the video-quickstart-js repo (the localmediacontrols example http://localhost:3000/localmediacontrols/): https://github.com/kg-jcaron/video-quickstart-js
or sensitive account information (API keys, credentials, etc.) when reporting this issue.
Logs:
twilio-logs.txt
Software versions:
The text was updated successfully, but these errors were encountered: