Merge branch 'develop' of github.com:thecodingmachine/workadventure into upgrade_typescript_4.5

This commit is contained in:
David Négrier
2021-12-16 16:07:17 +01:00
64 changed files with 1650 additions and 145 deletions
+2
View File
@@ -198,6 +198,7 @@ message RoomJoinedMessage {
int32 currentUserId = 4;
repeated string tag = 5;
repeated VariableMessage variable = 6;
string userRoomToken = 7;
}
message WebRtcStartMessage {
@@ -300,6 +301,7 @@ message JoinRoomMessage {
string IPAddress = 7;
CompanionMessage companion = 8;
string visitCardUrl = 9;
string userRoomToken = 10;
}
message UserJoinedZoneMessage {