Use userId generated by back end in all message

This commit is contained in:
Gregoire Parant 2020-05-23 15:04:25 +02:00
parent ab32021fc0
commit 0c9cbca765
4 changed files with 19 additions and 19 deletions

View file

@ -6,7 +6,7 @@ export interface ExSocketInterface extends Socket, Identificable {
token: any;
roomId: string;
webRtcRoomId: string;
//userId: string;
userId: string;
name: string;
character: string;
position: PointInterface;