Skip to content

Commit 357eb9b

Browse files
committed
fix issue after lint fix
1 parent c07f213 commit 357eb9b

File tree

3 files changed

+156
-156
lines changed

3 files changed

+156
-156
lines changed

protobuf/video/sfu/signal_rpc/signal.pb.go

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

protobuf/video/sfu/signal_rpc/signal.proto

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ message StopNoiseCancellationResponse {
5454
enum ReconnectStrategy {
5555
RECONNECT_STRATEGY_UNSPECIFIED = 0;
5656
RECONNECT_STRATEGY_FAST = 1;
57-
RECONNECT_STRATEGY_JOIN = 2;
57+
RECONNECT_STRATEGY_REJOIN = 2;
5858
RECONNECT_STRATEGY_MIGRATE = 3;
5959
}
6060

0 commit comments

Comments
 (0)