|
|
|
@ -18,12 +18,12 @@ info:
|
|
|
|
paths:
|
|
|
|
paths:
|
|
|
|
"/rooms/{roomId}/join":
|
|
|
|
"/rooms/{roomId}/join":
|
|
|
|
post:
|
|
|
|
post:
|
|
|
|
summary: Start the requesting user participating in a particular room.
|
|
|
|
summary: Join the requesting user to a particular room.
|
|
|
|
description: |-
|
|
|
|
description: |-
|
|
|
|
*Note that this API requires a room ID, not alias.*
|
|
|
|
*Note that this API requires a room ID, not alias.*
|
|
|
|
`/join/{roomIdOrAlias}` *exists if you have a room alias.*
|
|
|
|
`/join/{roomIdOrAlias}` *exists if you have a room alias.*
|
|
|
|
|
|
|
|
|
|
|
|
This API starts a user participating in a particular room, if that user
|
|
|
|
This API starts a user's participation in a particular room, if that user
|
|
|
|
is allowed to participate in that room. After this call, the client is
|
|
|
|
is allowed to participate in that room. After this call, the client is
|
|
|
|
allowed to see all current state events in the room, and all subsequent
|
|
|
|
allowed to see all current state events in the room, and all subsequent
|
|
|
|
events associated with the room until the user leaves the room.
|
|
|
|
events associated with the room until the user leaves the room.
|
|
|
|
@ -113,11 +113,11 @@ paths:
|
|
|
|
- Room membership
|
|
|
|
- Room membership
|
|
|
|
"/join/{roomIdOrAlias}":
|
|
|
|
"/join/{roomIdOrAlias}":
|
|
|
|
post:
|
|
|
|
post:
|
|
|
|
summary: Start the requesting user participating in a particular room.
|
|
|
|
summary: Join the requesting user to a particular room.
|
|
|
|
description: |-
|
|
|
|
description: |-
|
|
|
|
*Note that this API takes either a room ID or alias, unlike* `/rooms/{roomId}/join`.
|
|
|
|
*Note that this API takes either a room ID or alias, unlike* `/rooms/{roomId}/join`.
|
|
|
|
|
|
|
|
|
|
|
|
This API starts a user participating in a particular room, if that user
|
|
|
|
This API starts a user's participation in a particular room, if that user
|
|
|
|
is allowed to participate in that room. After this call, the client is
|
|
|
|
is allowed to participate in that room. After this call, the client is
|
|
|
|
allowed to see all current state events in the room, and all subsequent
|
|
|
|
allowed to see all current state events in the room, and all subsequent
|
|
|
|
events associated with the room until the user leaves the room.
|
|
|
|
events associated with the room until the user leaves the room.
|
|
|
|
|