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

add streams info and publisher display to publish event sent to event handlers (videoroom) #2765

Merged
merged 1 commit into from
Sep 29, 2021

Conversation

aberrios1
Copy link

@aberrios1 aberrios1 commented Sep 8, 2021

Pretty much my first open source contribution anywhere, be nice 😄

Added info about streams published on publish event sent to event handlers.

Wanted to get the stream descriptions in our publish events.

Let me know if this is useful or not, or if something needs changing.

@januscla
Copy link

januscla commented Sep 8, 2021

Thanks for your contribution, @aberrios1! Please make sure you sign our CLA, as it's a required step before we can merge this.

@aberrios1 aberrios1 changed the title add streams info and publisher display to publish event sent to event handlers add streams info and publisher display to publish event sent to event handlers (videoroom) Sep 8, 2021
@lminiero
Copy link
Member

Sorry for the late response @aberrios1 and thanks for your first contribution! I'll have a look later today and post a review.

if(ps->svc)
json_object_set_new(mediainfo, "svc", json_true());
}
}
Copy link
Member

Choose a reason for hiding this comment

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

Why no datachannel?

Copy link
Member

Choose a reason for hiding this comment

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

Ah nevermind, this is similar to how we advertise streams to subscribers anyway: datachannels are notified as part of the type, and need no extra info as audio and video do instead.

@lminiero
Copy link
Member

Looks good to me, thanks, merging! 👍

@lminiero lminiero merged commit f311c56 into meetecho:multistream Sep 29, 2021
@aberrios1 aberrios1 deleted the multistream branch September 29, 2021 10:19
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.

3 participants