Skip to content

Commit

Permalink
add prev_session_id to reconnect details (#662)
Browse files Browse the repository at this point in the history
  • Loading branch information
thesyncim authored Jul 10, 2024
2 parents f030831 + 828c455 commit 58f3362
Show file tree
Hide file tree
Showing 4 changed files with 66 additions and 9 deletions.
14 changes: 13 additions & 1 deletion protobuf/video/sfu/event/events.pb.go

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

2 changes: 2 additions & 0 deletions protobuf/video/sfu/event/events.proto
Original file line number Diff line number Diff line change
Expand Up @@ -175,6 +175,8 @@ message ReconnectDetails {
repeated signal.TrackSubscriptionDetails subscriptions = 4;
uint32 reconnect_attempt = 5;
string from_sfu_id = 6;
// only set in case of rejoin
string previous_session_id = 7;
}

message Migration {
Expand Down
43 changes: 43 additions & 0 deletions protobuf/video/sfu/event/events_vtproto.pb.go

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

16 changes: 8 additions & 8 deletions protobuf/video/sfu/models/models.pb.go

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

0 comments on commit 58f3362

Please sign in to comment.