Skip to content

Support passing and handling SIP headers. #171

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

Merged
merged 1 commit into from
Sep 14, 2024
Merged

Support passing and handling SIP headers. #171

merged 1 commit into from
Sep 14, 2024

Conversation

dennwc
Copy link
Contributor

@dennwc dennwc commented Sep 10, 2024

Support passing and handling SIP headers. Also makes tests more robust and fixes integration tests on Mac.

Requires livekit/protocol#805, livekit/livekit#2993

@dennwc dennwc self-assigned this Sep 10, 2024
@dennwc dennwc requested a review from a team as a code owner September 10, 2024 10:47
@dennwc dennwc force-pushed the update-proto branch 2 times, most recently from 6d95e4a to ad7b595 Compare September 13, 2024 08:13
@dennwc dennwc enabled auto-merge (squash) September 13, 2024 09:49
Copy link
Member

@davidzhao davidzhao left a comment

Choose a reason for hiding this comment

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

just a nit about logging field

log := c.log.WithValues(
log := c.log
if req.ProjectId != "" {
log = log.WithValues("project", req.ProjectId)
Copy link
Member

Choose a reason for hiding this comment

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

Suggested change
log = log.WithValues("project", req.ProjectId)
log = log.WithValues("projectID", req.ProjectId)

Copy link
Contributor Author

Choose a reason for hiding this comment

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

I think I've seen it spelled project in another repository. Will find that place and will update it too then 👍

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Done

@dennwc dennwc requested review from davidzhao and a team September 14, 2024 09:22
@dennwc dennwc merged commit 975c362 into main Sep 14, 2024
3 checks passed
@dennwc dennwc deleted the update-proto branch September 14, 2024 09:29
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