Handle sending an invite to a remote server.
(ctx context.Context, request *PerformInviteRequest, response *PerformInviteResponse)
| 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. |
| 56 | PerformOutboundPeek(ctx context.Context, request *PerformOutboundPeekRequest, response *PerformOutboundPeekResponse) error |
| 57 | // Query the server names of the joined hosts in a room. |
no outgoing calls
no test coverage detected