ConferenceCreateOptions

The ConferenceCreateOptions model gathers information about a conference to create, such as the conference alias and parameters.

Available in the package com.voxeet.sdk.services.builders.ConferenceCreateOptions.

Methods

getConferenceAlias

getConferenceAlias(): String

Gets the conference alias.

Returns: @Nullable String - the valid value that informs about the alias. Otherwise, a null value.


getParamsHolder

getParamsHolder(): ParamsHolder

Gets conference parameters.

Returns: @Nullable ParamsHolder - the holder instance or a null value.