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

Audio is said to be optional but there's one place that implies that it is not #101

Closed
henbos opened this issue Jan 30, 2019 · 2 comments · Fixed by #175
Closed

Audio is said to be optional but there's one place that implies that it is not #101

henbos opened this issue Jan 30, 2019 · 2 comments · Fixed by #175

Comments

@henbos
Copy link
Contributor

henbos commented Jan 30, 2019

The spec says audio is optional (e.g. [here](https://w3c.github.io/mediacapture-screen-share/#capturing-logical-or-visible-display-surfaces and here), which is very much intentional, but if you follow the getDisplayMedia() steps we find a contradiction:

The provided media MUST include precisely one track of each media type in requestedMediaTypes. The devices chosen MUST be the ones determined by the user. Once selected, the source of a MediaStreamTrack MUST NOT change.

We should clarify that in the cause of audio the audio track must not be included.

@henbos
Copy link
Contributor Author

henbos commented Sep 12, 2019

@jan-ivar to add a PR

@guest271314
Copy link
Contributor

@henbos

but if you follow the getDisplayMedia() steps we find a contradiction:

Related #140

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

Successfully merging a pull request may close this issue.

4 participants