Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Room membership: joinRoomById #61

Open
chrisabruce opened this issue Apr 6, 2020 · 0 comments
Open

Room membership: joinRoomById #61

chrisabruce opened this issue Apr 6, 2020 · 0 comments
Labels
matrix-spec A required feature specification by Matrix.org

Comments

@chrisabruce
Copy link
Collaborator

Start the requesting user participating in a particular room.

Note that this API requires a room ID, not alias. /join/{roomIdOrAlias} exists if you have a room alias.

This API starts a user participating in a particular room, if that user
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
events associated with the room until the user leaves the room.

After a user has joined a room, the room will appear as an entry in the
response of the |/initialSync|_ and |/sync|_ APIs.

If a third_party_signed was supplied, the homeserver must verify
that it matches a pending m.room.third_party_invite event in the
room, and perform key validity checking if required by the event.

@chrisabruce chrisabruce added the matrix-spec A required feature specification by Matrix.org label Apr 6, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
matrix-spec A required feature specification by Matrix.org
Projects
None yet
Development

No branches or pull requests

1 participant