You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: locales/en/app.json
+2Lines changed: 2 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -82,6 +82,8 @@
82
82
"e2ee_unsupported_description": "Your web browser does not support encrypted calls. Supported browsers include Chrome, Safari, and Firefox 117+.",
83
83
"generic": "Something went wrong",
84
84
"generic_description": "Submitting debug logs will help us track down the problem.",
85
+
"insufficient_capacity": "Insufficient capacity",
86
+
"insufficient_capacity_description": "The server has reached its maximum capacity and you cannot join the call at this time. Try again later, or contact your server admin if the problem persists.",
85
87
"open_elsewhere": "Opened in another tab",
86
88
"open_elsewhere_description": "{{brand}} has been opened in another tab. If that doesn't sound right, try reloading the page."
// LiveKit uses 503 to indicate that the server has hit its track limits
144
+
// or equivalently, 429 in LiveKit Cloud
145
+
// For reference, the 503 response is generated at: https://github.com/livekit/livekit/blob/fcb05e97c5a31812ecf0ca6f7efa57c485cea9fb/pkg/service/rtcservice.go#L171
0 commit comments