Merge world and webrtc conexion
This commit is contained in:
parent
3151113db3
commit
2bfa57b0ba
7 changed files with 123 additions and 68 deletions
|
@ -4,6 +4,7 @@ import {PointInterface} from "./PointInterface";
|
|||
export interface ExSocketInterface extends Socket {
|
||||
token: any;
|
||||
roomId: string;
|
||||
webRtcRoomId: string;
|
||||
userId: string;
|
||||
position: PointInterface;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue