Fixing token management
This commit is contained in:
parent
a373626e24
commit
928e486de5
2 changed files with 5 additions and 2 deletions
|
@ -4,7 +4,7 @@ import {Identificable} from "./Identificable";
|
|||
import {TokenInterface} from "../../Controller/AuthenticateController";
|
||||
|
||||
export interface ExSocketInterface extends Socket, Identificable {
|
||||
token: TokenInterface;
|
||||
token: string;
|
||||
roomId: string;
|
||||
webRtcRoomId: string;
|
||||
userId: string;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue