ConferenceListenOptions
The ConferenceListenOptions model gets the conference and the conference access token.
Available in the package com.voxeet.sdk.services.builders.ConferenceListenOptions.
Methods
getConference
▸ getConference(): Conference
Gets the conference.
Returns: @Nullable Conference - The conference ID if it is set to a valid value or a null value.
getAccessToken
▸ getAccessToken(): String
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.
Returns: @Nullable String - The conference access token or null.
Updated 3 months ago
Did this page help you?