Skip to content

Commit

Permalink
Add missing SIP status attribute.
Browse files Browse the repository at this point in the history
  • Loading branch information
dennwc committed Oct 4, 2024
1 parent 0d1d47f commit 865deb2
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions livekit/attrs.go
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,8 @@ const (
// AttrSIPPhoneNumber attribute contains number external to LiveKit SIP (caller for inbound and called number for outbound).
// This attribute will be omitted if HidePhoneNumber is set.
AttrSIPPhoneNumber = AttrSIPPrefix + "phoneNumber"
// AttrSIPCallStatus attribute contains current call status for a SIP call associated with the participant.
//
// SIP participant is ready when it reaches "active" status.
AttrSIPCallStatus = AttrSIPPrefix + "callStatus"
)

0 comments on commit 865deb2

Please sign in to comment.