Uses of Class
io.github.ma1uta.matrix.server.model.federation.InviteV2Request
-
Packages that use InviteV2Request Package Description io.github.ma1uta.matrix.server.api Server API interfaces. -
-
Uses of InviteV2Request in io.github.ma1uta.matrix.server.api
Methods in io.github.ma1uta.matrix.server.api with parameters of type InviteV2Request Modifier and Type Method Description void
FederationV2Api. invite(String roomId, String eventId, InviteV2Request request, javax.ws.rs.core.UriInfo uriInfo, javax.ws.rs.core.HttpHeaders httpHeaders, javax.ws.rs.container.AsyncResponse asyncResponse)
Invites a remote user to a room.
-