ConferenceListenOptions.Builder
The ConferenceListenOptions.Builder model is responsible for building conferences. It creates a new builder and the ConferenceListenOptions instance. It also sets the conference access token.
Available in the package com.voxeet.sdk.services.builders.ConferenceListenOptions.Builder.
Methods
setConferenceAccessToken
▸ setConferenceAccessToken(@NonNull conferenceAccessToken
: String): ConferenceListenOptions.Builder
The conference access token received from the create or invite REST API. The conference access token is required to join a protected conference. For more information, see the Enhanced Conference Access Control article.
Parameters
Name | Type | Description |
---|---|---|
conferenceAccessToken | String | non null The conference access token. |
Returns: ConferenceListenOptions.Builder - the builder instance.
build
▸ build(): ConferenceListenOptions
Constructs the corresponding ConferenceListenOptions
from the data set.
Returns: @NonNull ConferenceListenOptions - a new valid instance of the conference listen representation.