interface RoomEndpoints {
    http: string;
    https: string;
    ws: string;
    wss: string;
}

Properties

Properties

http: string
https: string
ws: string
wss: string