Skip to content

Commit

Permalink
Tidy up pins proto (#176)
Browse files Browse the repository at this point in the history
  • Loading branch information
su225 authored Jul 31, 2023
2 parents 2a11f60 + ed0163a commit 2a05888
Show file tree
Hide file tree
Showing 3 changed files with 72 additions and 15 deletions.
25 changes: 18 additions & 7 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.

5 changes: 4 additions & 1 deletion protobuf/video/sfu/models/models.proto
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,10 @@ message ParticipantCount {
}

message Pin {
string user_session_id = 1;
// the user to pin
string user_id = 1;
// the user sesion_id to pin, if not provided, applies to all sessions
string session_id = 2;
}

// those who are online in the call
Expand Down
57 changes: 50 additions & 7 deletions protobuf/video/sfu/models/models_vtproto.pb.go

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

0 comments on commit 2a05888

Please sign in to comment.