create
fun create(step: InfinityService.ConferenceStep, response: RequestTokenResponse): InfinityConference
Creates a new instance of InfinityConference.
Return
an instance of InfinityConference
Parameters
step
a conference step
response
a request conference token response
Throws
if the version of Infinity is not supported
fun create(service: InfinityService, node: URL, conferenceAlias: String, response: RequestTokenResponse): InfinityConference
Deprecated (with error)
Use a version of this method that accepts ConferenceStep
Replace with
create(service.newRequest(node).conference(conferenceAlias)), response)
Content copied to clipboard
Creates a new instance of InfinityService.
Return
an instance of InfinityConference
Parameters
service
an instance of InfinityConference
node
a URL of the node
conferenceAlias
a conference alias
response
a request registration token response
Throws
if the version of Infinity is not supported