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

Screen Sharing button does not work on mobile platforms #206

Open
yedpodtrzitko opened this issue Apr 11, 2021 · 0 comments
Open

Screen Sharing button does not work on mobile platforms #206

yedpodtrzitko opened this issue Apr 11, 2021 · 0 comments
Labels

Comments

@yedpodtrzitko
Copy link
Contributor

yedpodtrzitko commented Apr 11, 2021

Bug Description

mobile platforms are not fully supporting all features, one of them is screen sharing (see getMediaDisplay docs ), so displaying the toolbar button for screen sharing is pointless/misleading.

Expected behavior

one of the following:

  • button for screen sharing won't be displayed when the platform does not support it
  • button can be rendered (so the visible features are consistent across platforms to not cause user's confusion), but it will notice user about the platform limitation when used
  • button can be rendered (so the visible features are consistent across platforms to not cause user's confusion), but will be disabled

more context

Following SO question shows that it's not possible to detect support of getMediaDisplay reliably, the proposed solution is to assume support via User Agent detection.

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

No branches or pull requests

1 participant