Skip to content

Commit f417389

Browse files
committed
add participant_limit_reached error code
1 parent a40245e commit f417389

File tree

2 files changed

+9
-2
lines changed

2 files changed

+9
-2
lines changed

protobuf/video/sfu/models/models.pb.go

Lines changed: 8 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

protobuf/video/sfu/models/models.proto

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -217,6 +217,7 @@ enum ErrorCode {
217217
ERROR_CODE_PARTICIPANT_SIGNAL_LOST = 206;
218218

219219
ERROR_CODE_CALL_NOT_FOUND = 300;
220+
ERROR_CODE_CALL_PARTICIPANT_LIMIT_REACHED = 301;
220221

221222
ERROR_CODE_REQUEST_VALIDATION_FAILED = 400;
222223
ERROR_CODE_UNAUTHENTICATED = 401;

0 commit comments

Comments
 (0)