File tree Expand file tree Collapse file tree 3 files changed +7
-0
lines changed Expand file tree Collapse file tree 3 files changed +7
-0
lines changed Original file line number Diff line number Diff line change
1
+ ---
2
+ " @livekit/protocol " : patch
3
+ ---
4
+
5
+ Add SIPHostnamePrefix
Original file line number Diff line number Diff line change @@ -49,6 +49,7 @@ const (
49
49
WHIPResourcePrefix = "WH_"
50
50
RTMPResourcePrefix = "RT_"
51
51
URLResourcePrefix = "UR_"
52
+ SIPHostnamePrefix = "SH"
52
53
AgentPrefix = "A_"
53
54
AgentWorkerPrefix = "AW_"
54
55
AgentJobPrefix = "AJ_"
Original file line number Diff line number Diff line change @@ -39,6 +39,7 @@ const (
39
39
WHIPResourcePrefix = guid .WHIPResourcePrefix
40
40
RTMPResourcePrefix = guid .RTMPResourcePrefix
41
41
URLResourcePrefix = guid .URLResourcePrefix
42
+ SIPHostnamePrefix = guid .SIPHostnamePrefix
42
43
AgentWorkerPrefix = guid .AgentWorkerPrefix
43
44
AgentJobPrefix = guid .AgentJobPrefix
44
45
AgentDispatchPrefix = guid .AgentDispatchPrefix
You can’t perform that action at this time.
0 commit comments