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

Application vs. browser #3

Open
martinthomson opened this issue Jun 30, 2014 · 2 comments
Open

Application vs. browser #3

martinthomson opened this issue Jun 30, 2014 · 2 comments

Comments

@martinthomson
Copy link
Collaborator

Feedback from discussions today was that the distinction between "browser tab" and "application window" was not something that was completely obvious. While the distinction is still relevant from an implementation perspective, the suggestion was to remove the differentiation in the user consent dialog and the API.

This avoids applications needing to be able to know, a priori, whether an application is needed vs. the browser. For those apps that have access to browser sharing, that would allow us to show a unified selection dialog (using crosshair-based selection complicates things a little, but we are unlikely to start with that).

@keithgrif
Copy link
Collaborator

Is the concern that if a browser has multiple tabs open that you want the user to be able to choose a specific one to share but not advertise/display the title of other tabs?

@martinthomson
Copy link
Collaborator Author

One concern that Patrick L raised was that application sharing is less good from a surprise/security perspective. We want to ensure that sharing is appropriately scoped.

Say that you have PowerPoint with several decks open. It might be that when you select the "application" for sharing, material from a window you don't intend to share might be visible. That's not a positive experience. This is exacerbated by the poor selection process (a drop-down) that we are going to see for a while yet.

The browser is similar. Sharing the entire browser means that you can't switch tabs. It also means that you inadvertently share tab titles. A narrower share avoids problems of this nature in the browser context.

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

2 participants