Package com.pexip.sdk.api.infinity
Interface InfinityService
-
- All Implemented Interfaces:
public interface InfinityServiceA fluent client for Infinity REST API v2.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public interfaceInfinityService.RequestBuilderRepresents the Other miscellaneous requests section.
public interfaceInfinityService.ConferenceStepRepresents the Conference control functions section.
public interfaceInfinityService.RegistrationStepRepresents the registration control functions section.
public interfaceInfinityService.ParticipantStepRepresents the Participant functions section.
public interfaceInfinityService.CallStepRepresents the Call functions section.
public classInfinityService.Companion
-
Method Summary
Modifier and Type Method Description InfinityService.RequestBuildernewRequest(Node node)Creates a new RequestBuilder. InfinityService.RequestBuildernewRequest(URL node)Creates a new RequestBuilder. -
-
Method Detail
-
newRequest
InfinityService.RequestBuilder newRequest(Node node)
Creates a new RequestBuilder.
- Parameters:
node- a conferencing node against which to perform requests
-
newRequest
InfinityService.RequestBuilder newRequest(URL node)
Creates a new RequestBuilder.
- Parameters:
node- a conferencing node against which to perform requests
-
-
-
-