-
Notifications
You must be signed in to change notification settings - Fork 472
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
Known browser and compatibility issues #1059
Labels
Comments
This was referenced Oct 13, 2021
4 tasks
This was referenced Nov 8, 2021
+1 to the bug when turning the camera on from iOs 15+ |
4 tasks
4 tasks
4 tasks
4 tasks
6 tasks
4 tasks
HTMLMediaElement.volume seems not working on ios for remote audio track |
@scaret can you create a new issue to track that |
4 tasks
4 tasks
4 tasks
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
This pinned ticket is intended to track specific known issues with particular browsers, operating systems, and devices.
See also the FAQ.
Confirmed
Safari issues
OverconstrainedError
(Safari 15 bug).canvas.captureStream
(Safari 15 bug). For a temporary workaround, you can copy the output content inVideoFrameProcessor.process
method to another canvas and use that canvas to render the output video as seen in DefaultVideoTransformDevice is not working on Safari #1758.AudioContext
stops playing if macOS Safari 14 or 15 browser is minimized or moved to the background. As a result if an audio source is bound to audio element viaAudioContext
audio will also stop if the browser is minimized (Safari 14/15 bug).pauseContentShare
in Mac Safari 15.1. Safari bug.WebAudio
:AudioContext
stops playing when unplugging wired headphones from iOS devices. (WebKit bug) Plug off headphones while in call interrupts the input stream with Smartphones ( Android - iOS ). #1721Chrome issues
script-src 'unsafe-eval'
in order to use Amazon Voice Focus in Chrome 96 and later. Future versions of Chrome will support a'wasm-unsafe-eval'
directive, which will limit the surface area of'unsafe-eval'
.Firefox Issues
Unconfirmed
Fixed
AudioWorklet
if a Bluetooth device is connected as the default device and is playing audio when the conference starts. Chrome bug, fixed in Chrome 92.The text was updated successfully, but these errors were encountered: