File tree Expand file tree Collapse file tree 3 files changed +7
-3
lines changed Expand file tree Collapse file tree 3 files changed +7
-3
lines changed Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ require (
2323 github.com/gorilla/websocket v1.5.3
2424 github.com/livekit/livekit-server v1.8.1-0.20241220025800-08b58a23afdc
2525 github.com/livekit/mageutil v0.0.0-20230125210925-54e8a70427c1
26- github.com/livekit/protocol v1.34.1 -0.20250312041009-549a29a81204
26+ github.com/livekit/protocol v1.36.2 -0.20250409225025-9c8b99db90f5
2727 github.com/livekit/psrpc v0.6.1-0.20250205181828-a0beed2e4126
2828 github.com/livekit/server-sdk-go/v2 v2.4.3-0.20250219104850-1477da59f27c
2929 github.com/pion/rtp v1.8.11
Original file line number Diff line number Diff line change @@ -260,8 +260,8 @@ github.com/livekit/mageutil v0.0.0-20230125210925-54e8a70427c1 h1:jm09419p0lqTkD
260260github.com/livekit/mageutil v0.0.0-20230125210925-54e8a70427c1 /go.mod h1:Rs3MhFwutWhGwmY1VQsygw28z5bWcnEYmS1OG9OxjOQ =
261261github.com/livekit/mediatransportutil v0.0.0-20241220010243-a2bdee945564 h1:GX7KF/V9ExmcfT/2Bdia8aROjkxrgx7WpyH7w9MB4J4 =
262262github.com/livekit/mediatransportutil v0.0.0-20241220010243-a2bdee945564 /go.mod h1:36s+wwmU3O40IAhE+MjBWP3W71QRiEE9SfooSBvtBqY =
263- github.com/livekit/protocol v1.34.1 -0.20250312041009-549a29a81204 h1:wCrE82uzR6F637xBKVnh8A7W+1p5yUxIevrHoQ4snKQ =
264- github.com/livekit/protocol v1.34.1 -0.20250312041009-549a29a81204 /go.mod h1:WrT/CYRxtMNOVUjnIPm5OjWtEkmreffTeE1PRZwlRg4 =
263+ github.com/livekit/protocol v1.36.2 -0.20250409225025-9c8b99db90f5 h1:N0yFqrRS8obhf+/wyRW/OpdayMzGs5rbSmDVs/dB+mM =
264+ github.com/livekit/protocol v1.36.2 -0.20250409225025-9c8b99db90f5 /go.mod h1:WrT/CYRxtMNOVUjnIPm5OjWtEkmreffTeE1PRZwlRg4 =
265265github.com/livekit/psrpc v0.6.1-0.20250205181828-a0beed2e4126 h1:fzuYpAQbCid7ySPpQWWePfQOWUrs8x6dJ0T3Wl07n+Y =
266266github.com/livekit/psrpc v0.6.1-0.20250205181828-a0beed2e4126 /go.mod h1:X5WtEZ7OnEs72Fi5/J+i0on3964F1aynQpCalcgMqRo =
267267github.com/livekit/server-sdk-go/v2 v2.4.3-0.20250219104850-1477da59f27c h1:9II0uDPpm2dZ1rpOOL5JHu5oTFwq9l9jadsPGIC8NTU =
Original file line number Diff line number Diff line change @@ -100,6 +100,10 @@ func NewServiceConfig(confString string) (*ServiceConfig, error) {
100100}
101101
102102func (c * ServiceConfig ) InitDefaults () {
103+ if c .CPUCostConfig == nil {
104+ c .CPUCostConfig = new (CPUCostConfig )
105+ }
106+
103107 if c .TemplatePort == 0 {
104108 c .TemplatePort = defaultTemplatePort
105109 }
You can’t perform that action at this time.
0 commit comments