Skip to content

Commit 347731f

Browse files
committed
fix enum indexes
1 parent 909896a commit 347731f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

protobuf/video/sfu/models/models.proto

+2-2
Original file line numberDiff line numberDiff line change
@@ -283,7 +283,7 @@ enum WebsocketReconnectStrategy {
283283
WEBSOCKET_RECONNECT_STRATEGY_CLEAN = 3;
284284
// SDK should obtain new credentials from the coordinator, drops existing pc instances, set a new session_id and initializes
285285
// a completely new WebSocket connection, ensuring a comprehensive reset.
286-
WEBSOCKET_RECONNECT_STRATEGY_REJOIN = 5;
286+
WEBSOCKET_RECONNECT_STRATEGY_REJOIN = 4;
287287
// SDK should migrate to a new SFU instance
288-
WEBSOCKET_RECONNECT_STRATEGY_MIGRATE = 6;
288+
WEBSOCKET_RECONNECT_STRATEGY_MIGRATE = 5;
289289
};

0 commit comments

Comments
 (0)