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

Always defaulting to offerToReceiveAudio and offerToReceiveVideo true values for a createOffer is not correct #6

Open
DamonOehlman opened this issue Jan 15, 2015 · 0 comments

Comments

@DamonOehlman
Copy link
Member

While this is a helpful "feature" that was added to make it easier for people to make "listen" only connections using quickconnect, it has some undesirable side effects:

  1. When you might be expecting that only an audio stream is being communicated (in the case that you have supplied an audio only stream) video is still being communicated.
  2. When working with a data only connection, a fake media stream is also being added.

This should be reset to not assume any particular createOffer constraints.

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

1 participant