We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2f8e4d6 commit c68246eCopy full SHA for c68246e
1 file changed
livekit/livekit_egress.go
@@ -20,6 +20,7 @@ const (
20
EndReasonSrcClosed = "Source closed"
21
EndReasonLimitReached = "Session limit reached"
22
EndReasonStreamsStopped = "All streams stopped"
23
+ EndReasonCPUExhausted = "CPU exhausted"
24
EndReasonFailure = "Failure"
25
)
26
0 commit comments