Skip to content

Commit 259723d

Browse files
Add SIPHostnamePrefix (#1155)
1 parent 96f2812 commit 259723d

File tree

3 files changed

+7
-0
lines changed

3 files changed

+7
-0
lines changed

.changeset/big-steaks-give.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"@livekit/protocol": patch
3+
---
4+
5+
Add SIPHostnamePrefix

utils/guid/id.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,7 @@ const (
4949
WHIPResourcePrefix = "WH_"
5050
RTMPResourcePrefix = "RT_"
5151
URLResourcePrefix = "UR_"
52+
SIPHostnamePrefix = "SH"
5253
AgentPrefix = "A_"
5354
AgentWorkerPrefix = "AW_"
5455
AgentJobPrefix = "AJ_"

utils/id.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@ const (
3939
WHIPResourcePrefix = guid.WHIPResourcePrefix
4040
RTMPResourcePrefix = guid.RTMPResourcePrefix
4141
URLResourcePrefix = guid.URLResourcePrefix
42+
SIPHostnamePrefix = guid.SIPHostnamePrefix
4243
AgentWorkerPrefix = guid.AgentWorkerPrefix
4344
AgentJobPrefix = guid.AgentJobPrefix
4445
AgentDispatchPrefix = guid.AgentDispatchPrefix

0 commit comments

Comments
 (0)