Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Participants can lose audio from a Safari user who switches tabs (using WebAudio) #1773

Closed
4 tasks done
alhambra1 opened this issue Nov 10, 2021 · 2 comments
Closed
4 tasks done

Comments

@alhambra1
Copy link

What happened and what did you expect to happen?

We revisited and replicated an audio issue our QA team reported internally some time ago -- using the JavaScript client SDK (we tested version 2.20.1), when we set

deviceController = new DefaultDeviceController(this.meetingLogger, {enableWebAudio: true});

which we believe we need in order to use the Voice Focus feature, we see the following symptom: if a Safari user (tested on version 15.0) shifts focus to another tab on the Safari browser, all other participants lose the audio from the Safari user that shifted focus to another tab. Additionally, but not consistently, when shifting focus back to the video conference browser tab, the other participants can sometimes get sounds described as "static" or "robot voice" (possibly related to #1548) (switching the tab a few times on the Safari browser with the receiver on an older Windows laptop, I even once heard only static for the Safari user). The issue apparently does not happen when WebAudio is not enabled.

Have you reviewed our existing documentation?

Reproduction steps

Please see description.

Amazon Chime SDK for JavaScript version

2.20.1

What browsers are you seeing the problem on?

Instigator on Safari 15 (and possibly lower), receivers on any browser.

Browser version

15.0 and possibly lower

Meeting and Attendee ID Information.

No response

Browser console logs

We do not have debug logs for this at this time but the issue is prominent and easy to replicate.

@ltrung
Copy link
Contributor

ltrung commented Nov 11, 2021

This is documented in #1059. We have submitted the Safari bug.

@devalevenkatesh
Copy link
Contributor

Closing due to reported safari bug.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants