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

SIP media encryption setting. #892

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open

SIP media encryption setting. #892

wants to merge 1 commit into from

Conversation

dennwc
Copy link
Contributor

@dennwc dennwc commented Nov 25, 2024

Add SIP media encryption setting to support SRTP. Note that the default is to require encryption if TLS transport is used.

Requires #891.

@dennwc dennwc requested a review from a team November 25, 2024 11:10
@dennwc dennwc self-assigned this Nov 25, 2024
@dennwc dennwc mentioned this pull request Nov 25, 2024
1 task
Copy link

changeset-bot bot commented Nov 27, 2024

🦋 Changeset detected

Latest commit: b656ab0

The changes in this PR will be included in the next version bump.

Not sure what this means? Click here to learn what changesets are.

Click here if you're a maintainer who wants to add another changeset to this PR

💥 An error occurred when fetching the changed packages and changesets in this PR
Some errors occurred when validating the changesets config:
The package or glob expression "github.com/livekit/protocol" specified in the `fixed` option does not match any package in the project. You may have misspelled the package name or provided an invalid glob expression. Note that glob expressions must be defined according to https://www.npmjs.com/package/micromatch.

@@ -154,7 +160,8 @@ message SIPTrunkInfo {
// User-defined metadata for the Trunk.
string metadata = 12;

// NEXT ID: 15
SIPMediaEncryption media_encryption = 15;
Copy link
Contributor

Choose a reason for hiding this comment

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

Isn't SIPTrunkInfo deprecated? If so, do we want to add new options to it?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Oops! Good catch! Fixed.

@dennwc dennwc force-pushed the sip-srtp branch 2 times, most recently from 9f5d5a1 to 04055a5 Compare December 9, 2024 18:08
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.

🚀

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