Uses of Class
io.github.ma1uta.matrix.server.model.federation.InviteV1Request
-
Packages that use InviteV1Request Package Description io.github.ma1uta.matrix.server.api Server API interfaces. -
-
Uses of InviteV1Request in io.github.ma1uta.matrix.server.api
Methods in io.github.ma1uta.matrix.server.api with parameters of type InviteV1Request Modifier and Type Method Description void
FederationV1Api. invite(String roomId, String eventId, InviteV1Request 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.
-