Skip to content

Commit

Permalink
fix issue after lint fix
Browse files Browse the repository at this point in the history
  • Loading branch information
tbarbugli committed Nov 13, 2024
1 parent c07f213 commit 357eb9b
Show file tree
Hide file tree
Showing 3 changed files with 156 additions and 156 deletions.
152 changes: 76 additions & 76 deletions protobuf/video/sfu/signal_rpc/signal.pb.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion protobuf/video/sfu/signal_rpc/signal.proto
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ message StopNoiseCancellationResponse {
enum ReconnectStrategy {
RECONNECT_STRATEGY_UNSPECIFIED = 0;
RECONNECT_STRATEGY_FAST = 1;
RECONNECT_STRATEGY_JOIN = 2;
RECONNECT_STRATEGY_REJOIN = 2;
RECONNECT_STRATEGY_MIGRATE = 3;
}

Expand Down
Loading

0 comments on commit 357eb9b

Please sign in to comment.