Handle an instruction to make_leave & send_leave with a remote server.
(ctx context.Context, request *PerformLeaveRequest, response *PerformLeaveResponse)
| 50 | PerformJoin(ctx context.Context, request *PerformJoinRequest, response *PerformJoinResponse) |
| 51 | // Handle an instruction to make_leave & send_leave with a remote server. |
| 52 | PerformLeave(ctx context.Context, request *PerformLeaveRequest, response *PerformLeaveResponse) error |
| 53 | // Handle sending an invite to a remote server. |
| 54 | PerformInvite(ctx context.Context, request *PerformInviteRequest, response *PerformInviteResponse) error |
| 55 | // Handle an instruction to peek a room on a remote server. |
no outgoing calls
no test coverage detected