PerformDirectoryLookup looks up a remote room ID from a room alias.
(ctx context.Context, request *PerformDirectoryLookupRequest, response *PerformDirectoryLookupResponse)
| 46 | |
| 47 | // PerformDirectoryLookup looks up a remote room ID from a room alias. |
| 48 | PerformDirectoryLookup(ctx context.Context, request *PerformDirectoryLookupRequest, response *PerformDirectoryLookupResponse) error |
| 49 | // Handle an instruction to make_join & send_join with a remote server. |
| 50 | PerformJoin(ctx context.Context, request *PerformJoinRequest, response *PerformJoinResponse) |
| 51 | // Handle an instruction to make_leave & send_leave with a remote server. |
no outgoing calls
no test coverage detected