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

Disable Local Playback During Audio Sharing #137

Closed
chenqiang1986 opened this issue Sep 27, 2016 · 3 comments
Closed

Disable Local Playback During Audio Sharing #137

chenqiang1986 opened this issue Sep 27, 2016 · 3 comments

Comments

@chenqiang1986
Copy link

We want to add a constraint googDisableLocalEcho in the audio part of getUserMedia call.
It only works with audio capturing (either from the whole system or a tab).
If set googDisableLocalEcho:true, then we are going to mute the local playback of the audio being shared.

For example, if one wants to share a tab, and specifies
getUserMedia({video:..., audio:{mandatory:{sourceId:, googDisableLocalEcho:true}}})
Then during the sharing of the tab, the tab is muted on the sender's side. Otherwise the shared tab is still playing out on the sender's side.

@dbaron
Copy link
Member

dbaron commented Sep 27, 2016

Do you have a link to a specification and explainer for this?

Is "goog" a google vendor prefix? Why should this API have such a prefix?

@alvestrand
Copy link

This would live better as a bug against the Media Capture and Streams spec. Asking for TAG review for a modification of an open WG's spec is .... kind of unusual, I think.

@chenqiang1986
Copy link
Author

Wrong place. Thanks.

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

3 participants