Get the room ID corresponding to this room alias.

GET {{baseUrl}}/directory/room/:roomAlias

Requests that the server resolve a room alias to a room ID.

The server will use the federation API to resolve the alias if the domain part of the alias does not correspond to the server's own domain.

RESPONSES

status: OK

{"room_id":"!abnjk1jdasj98:capuchins.com","servers":["capuchins.com","matrix.org","another.com"]}