-
Notifications
You must be signed in to change notification settings - Fork 80
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
krisp for outbound trunks #868
Conversation
|
protobufs/livekit_sip.proto
Outdated
@@ -232,6 +232,8 @@ message SIPOutboundTrunkInfo { | |||
// Map SIP X-* headers from 200 OK to SIP participant attributes. | |||
// Keys are the names of X-* headers and values are the names of attributes they will be mapped to. | |||
map<string, string> headers_to_attributes = 10; | |||
|
|||
bool krisp_enabled = 11; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
can we set this on the CreateSIPParticipant API instead? For outbound calls, it would give better control if it could be enabled or disabled for each call.
for inbound calls, since there's no explicit APIs, we'd have to leave any customizable options on the trunk
Co-authored-by: David Zhao <[email protected]>
No description provided.