Skip to content

Commit

Permalink
chore: return peers
Browse files Browse the repository at this point in the history
  • Loading branch information
moul committed Dec 8, 2019
1 parent aebbd1a commit 055acc9
Show file tree
Hide file tree
Showing 4 changed files with 288 additions and 157 deletions.
2 changes: 2 additions & 0 deletions api/calcapi.proto
Original file line number Diff line number Diff line change
Expand Up @@ -232,6 +232,7 @@ message SIO {
message Event {
string room = 1;
Peer peer = 2;
repeated Peer peers = 3;
}
}

Expand Down Expand Up @@ -259,6 +260,7 @@ message SIO {
message Event {
string room = 1;
Peer peer = 2;
repeated Peer peers = 3;
}
}

Expand Down
2 changes: 1 addition & 1 deletion gen.sum
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
2a6baa17ee56202e26ddfa73d57bc489403c07f2 ./api/calcapi.proto
431b63cd908588e398bbb94d1e642e585441099c ./api/dashboard.proto
5c613daf5318661d709f8766163ef986d885b72d Makefile
a0415fc5002d339337b03fe97801376ff3be3bbd ./api/crew.proto
bb7d0908e4e0c71743a94ae56410dee06780add5 ./api/calcapi.proto
ffa8325482af5c58dd816e9404f0226db0a1d7de ./api/soundcloud.proto
Loading

0 comments on commit 055acc9

Please sign in to comment.