-
Notifications
You must be signed in to change notification settings - Fork 6k
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
Safari and iOS Safari - Implement Screen Capture API #8576
Comments
Ticket closed means it is shipped? |
@aogilvie it has been integrated into the v2.2.x branch. Next release should have it (we're now on 2.2.11, so 2.2.12 I believe).
Safari 13+, macOS. I don't think Apple implemented screen capture on iOS. If they didn't, the code should be ready for it once they do their stuff. |
Can you try it out on https://test.bigbluebutton.org/ with Safari and let us know if you can share your screen. |
@prlanzarin thanks! |
I just tested it on my iPad with iPad-OS 13.5 and screensharing with Safari is not working. |
The mobile browsers -- Chrome Mobile and Safari Mobile -- do not implement the screen sharing APIs. That means you won't be able to share your screen using Safari Mobile on your iPad or iPhone. The latest updates should enable screen sharing on Safari desktop. |
Hi all, Any update? |
That's probably because Safari on iPadOS makes websites think it's a desktop but since iPadOS is just an extension of iOS it uses the same mobile Safari. |
Is there any solution ahead?
…________________________________
Von: Matias Silva <notifications@github.com>
Gesendet: Monday, September 21, 2020 8:53:32 PM
An: bigbluebutton/bigbluebutton <bigbluebutton@noreply.github.com>
Cc: Kai <kai.niethammer@gmail.com>; Comment <comment@noreply.github.com>
Betreff: Re: [bigbluebutton/bigbluebutton] Safari and iOS Safari - Implement Screen Capture API (#8576)
That's probably because Safari on iPadOS makes websites think it's a desktop but since iPadOS is just an extension of iOS it uses the same mobile Safari.
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub<#8576 (comment)>, or unsubscribe<https://github.com/notifications/unsubscribe-auth/AADINEQOKYK24MAPSEO256DSG6OKZANCNFSM4KOAYP5Q>.
|
No. You'll have to ask the webkit developers on that. Only way around that right now is making a native app which uses the native WebRTC library and does |
Okay, thanks for your replies.
…Sent from my KaiPhone
Am 21.09.2020 um 21:01 schrieb Paulo Lanzarin <notifications@github.com>:
No. You'll have to ask the webkit developers on that.
It's not up to us to make iOS/iPadOS Safari support getDisplayMedia. It's up to the browser vendors.
Only way around that right now is making a native app which uses the native WebRTC library and does
screen capture on its own (via ReplayKit), which we don't have (and is not on the roadmap AFAIK).
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub, or unsubscribe.
|
I'm facing a similar issue. BBB does not let me share my iPad screen (iOS 14.2). Any updates? |
See comment above -- as soon as Apple supports the webRTC calls for |
Somewhere you can sign a petition about it? |
We still here with sad faces in 2023, but I thought I would share this link for those also waiting/hoping... |
This is to track screen sharing in Appleland.
Current status of getDisplayMedia() - https://developer.mozilla.org/en-US/docs/Web/API/Screen_Capture_API
However, tested Safari Technical Preview v99 Jan 20th on Mac 10.14, and seems like it is all there!
So this is a ticket to chase implementing screen sharing on Safari products ✨
The text was updated successfully, but these errors were encountered: