Skip to content

Commit 4569609

Browse files
committed
add room information to CreateRoomRequest
1 parent cb2dfd8 commit 4569609

File tree

2 files changed

+50
-39
lines changed

2 files changed

+50
-39
lines changed

room.proto

+1
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ message CreateRoomRequest {
1111
int32 max_user = 4;
1212
bytes room_token = 5;
1313
bytes server_token = 6;
14+
map<string, string> information = 7;
1415
}
1516

1617
message CreateRoomResponse {

room/room.pb.go

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

0 commit comments

Comments
 (0)