clik-engine API
    Preparing search index...

    Interface RoomJoinedData

    interface RoomJoinedData {
        playerId: string;
        players: PlayerInfo[];
        roomId: string;
    }
    Index

    Properties

    playerId: string
    players: PlayerInfo[]
    roomId: string