Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions .changeset/purple-donuts-smash.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"github.com/livekit/protocol": patch
---

feat(livekit): add sip invite message to sip participant attributes
2 changes: 2 additions & 0 deletions livekit/attrs.go
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,6 @@ const (
//
// SIP participant is ready when it reaches "active" status.
AttrSIPCallStatus = AttrSIPPrefix + "callStatus"
// AttrSIPInviteMessage attribute contains LiveKit SIP Invite Message
AttrSIPInviteMessage = AttrSIPPrefix + "inviteMessage"
)
Loading