(ctx context.Context, req *PerformJoinRequest, res *PerformJoinResponse)
| 146 | PerformUnpeek(ctx context.Context, req *PerformUnpeekRequest, res *PerformUnpeekResponse) |
| 147 | PerformInvite(ctx context.Context, req *PerformInviteRequest, res *PerformInviteResponse) error |
| 148 | PerformJoin(ctx context.Context, req *PerformJoinRequest, res *PerformJoinResponse) |
| 149 | PerformLeave(ctx context.Context, req *PerformLeaveRequest, res *PerformLeaveResponse) error |
| 150 | PerformPublish(ctx context.Context, req *PerformPublishRequest, res *PerformPublishResponse) |
| 151 | // PerformForget forgets a rooms history for a specific user |
no outgoing calls
no test coverage detected