Methods
# async getRemoteRoomInfo(matrixRoomId) → {Promise.<IRemoteRoomInfo>}
Gets information about a remote room.
Parameters:
Name | Type | Description |
---|---|---|
matrixRoomId |
string
|
The Matrix room ID to get information on. |
Resolves to the remote room information.
Promise.<IRemoteRoomInfo>
# async getRemoteUserInfo(userIntent) → {Promise.<IRemoteUserInfo>}
Gets information about a remote user.
Parameters:
Name | Type | Description |
---|---|---|
userIntent |
Intent
|
The Matrix user intent to get information on. |
Resolves to the remote user information.
Promise.<IRemoteUserInfo>