maelstrom icon indicating copy to clipboard operation
maelstrom copied to clipboard

Room participation: getJoinedMembersByRoom

Open chrisabruce opened this issue 4 years ago • 0 comments

Gets the list of currently joined users and their profile data.

This API returns a map of MXIDs to member info objects for members of the room. The current user must be in the room for it to work, unless it is an Application Service in which case any of the AS's users must be in the room. This API is primarily for Application Services and should be faster to respond than /members as it can be implemented more efficiently on the server.

chrisabruce avatar Apr 06 '20 11:04 chrisabruce