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

[stable18] Fix trying to create Peer for participant without streams #3199

Merged
merged 2 commits into from Mar 30, 2020

Conversation

backportbot-nextcloud[bot]
Copy link

backport of #3193

danxuliu and others added 2 commits March 30, 2020 13:42
When the MCU is used, if a participant does not send audio nor video
streams the self Peer to connect to the MCU is not created. Due to this
requesting an offer from that participant never succeeds, and thus a
Peer to get the streams will never be created.

Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
Signed-off-by: Joas Schilling <coding@schilljs.com>
Copy link
Member

@danxuliu danxuliu left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Tested and works 👍

@nickvergessen nickvergessen merged commit f934da9 into stable18 Mar 30, 2020
@nickvergessen nickvergessen deleted the backport/3193/stable18 branch March 30, 2020 14:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants