@Path(value="/videoconferencing/saas")
public interface IVideoConferencingSaas
| Modifier and Type | Method and Description |
|---|---|
BlueMindVideoRoom |
create(BlueMindVideoRoom room) |
BlueMindVideoRoom |
get(java.lang.String roomName) |
BlueMindVideoTokenResponse |
token(java.lang.String roomName) |
void |
updateTitle(java.lang.String roomName,
java.lang.String title) |
@POST
@Path(value="createToken/{roomName}")
BlueMindVideoTokenResponse token(@PathParam(value="roomName")
java.lang.String roomName)
@POST @Path(value="createRoom") BlueMindVideoRoom create(BlueMindVideoRoom room)
@POST
@Path(value="updateTitle/{roomName}")
void updateTitle(@PathParam(value="roomName")
java.lang.String roomName,
java.lang.String title)
@GET
@Path(value="getRoom/{roomName}")
BlueMindVideoRoom get(@PathParam(value="roomName")
java.lang.String roomName)
Copyright © 2024. All Rights Reserved.