Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
biglittlebigben committed Nov 19, 2024
1 parent d129b3f commit 8fa5f99
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions rpc/sip.go
Original file line number Diff line number Diff line change
Expand Up @@ -46,9 +46,9 @@ func NewCreateSIPParticipantRequest(
attrs[livekit.AttrSIPTrunkNumber] = outboundNumber
}

var features []SIPFeature
var features []livekit.SIPFeature
if req.EnableKrisp {
features = append(features, SIPFeature_KRISP_ENABLED)
features = append(features, livekit.SIPFeature_KRISP_ENABLED)
}

return &InternalCreateSIPParticipantRequest{
Expand Down

0 comments on commit 8fa5f99

Please sign in to comment.