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?
Path parameters
Name of the room.
Query parameters
Name/Id of the user that is connecting.
Desired template.
Response
The HTML for the room
Changes
Changed in 3 of the 39 revisions of this API.116
- ○
api tag
Roomsaddedapi-tag-added
- ○
added the new optional
queryrequest parametertemplatenew-optional-request-parameter
- ○
added the non-success response with the status
400response-non-success-status-added
- ○
added the success response with the status
200response-success-status-added
- ○
- ▲
removed the success response with the status
200response-success-status-removed
- ○
api tag
Roomsremovedapi-tag-removed
- ▲
- ●
deleted the
queryrequest parametertemplaterequest-parameter-removed
- ○
removed the non-success response with the status
400response-non-success-status-removed
- ●