Fixing token management
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user