Skip to content

Commit cb2dfd8

Browse files
committed
add room infomartion
1 parent 7fafd7f commit cb2dfd8

File tree

2 files changed

+54
-40
lines changed

2 files changed

+54
-40
lines changed

room.proto

+1
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ message Room {
2525
Server server = 5;
2626
string application_name = 6;
2727
string version = 7;
28+
map<string, string> information = 8;
2829
}
2930

3031
message Server {

room/room.pb.go

+53-40
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)