SongGuess
    Preparing search index...

    Function fetchPostCreateRoom

    • Sends a POST request to create a new room.

      Parameters

      • url: string | URL

        The URL of the room creation endpoint.

      Returns Promise<CreateRoomResponse | null>

      A Promise resolving to the created room information, or null if the request fails or validation fails.