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

Insert disabled property for inactive m-line in streams for joined event #2407

Merged
merged 1 commit into from
Oct 26, 2020

Conversation

bwqr
Copy link

@bwqr bwqr commented Oct 24, 2020

When an already streaming publisher removes one of its stream from handle, other participants will receive an update event with all publishers' active and inactive m-lines. Inactive m-lines will have a property called disabled with value true.

When a new publisher handle is attached to videoroom, this new handle will receive a joined event with all publishers' active and inactive m-lines. However for this event, inactive m-lines does not have a disabled property. This commit updates joined events to contain disabled property for inactive m-lines.

@lminiero
Copy link
Member

Good catch, thanks for the fix! Looks good to me, so I'll merge 👍

@lminiero lminiero merged commit d41aa41 into meetecho:multistream Oct 26, 2020
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

Successfully merging this pull request may close these issues.

2 participants