SongGuess
    Preparing search index...

    Interface CreateRoomResponse

    Response returned by /api/createRoom endpoint.

    interface CreateRoomResponse {
        error: string;
        roomID: string;
    }
    Index

    Properties

    Properties

    error: string

    If an error happened, this will contain the error message

    roomID: string

    The ID of the created room