ConferenceListenOptions
The ConferenceListenOptions model defines how the application expects to join a conference using the listen method.
Available in the package com.voxeet.sdk.services.builders.ConferenceListenOptions.
Methods
getConference
▸ getConference(): Conference
Gets the conference.
Returns: @Nullable Conference - The conference ID or a null value.
getVideoForwardingStrategy
▸ getVideoForwardingStrategy(): VideoForwardingStrategy
Gets the video forwarding strategy that the local participant uses in the current conference. This method is available only in SDK 3.6 and later.
Returns: @NonNull VideoForwardingStrategy
getMaxVideoForwarding
▸ getMaxVideoForwarding(): Integer
Gets the maximum number of forwarded video for the current conference.
Returns: @Nullable Integer
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.
isSpatialAudio
▸ isSpatialAudio(): boolean
Gets the flag indicating whether the local participant uses spatial audio.
Returns: boolean - The spatial audio flag.
Updated 7 months ago