Rooms

Connects to a new or existing room.

Returns an HTML document that shows the defined UI for a chat 'room' where the user may or may not have specified an identity. The document returned will NOT have any of the information needed to connect to the Tokbox servers already factored in. TO-DO: ¿Queremos que esto sea así o que devolvamos ya todo configurado?

get/room/{roomName}

Path parameters

roomNamestring required

Name of the room.

Query parameters

userNamestring

Name/Id of the user that is connecting.

templatestring

Desired template.

Response

The HTML for the room

Changes

Changed in 3 of the 39 revisions of this API.116

    • api tag Rooms added

      api-tag-added

    • added the new optional query request parameter template

      new-optional-request-parameter

    • added the non-success response with the status 400

      response-non-success-status-added

    • added the success response with the status 200

      response-success-status-added

    • removed the success response with the status 200

      response-success-status-removed

    • api tag Rooms removed

      api-tag-removed

  • fdd6b89fcde211See the full diff
    • deleted the query request parameter template

      request-parameter-removed

    • removed the non-success response with the status 400

      response-non-success-status-removed