ConferenceJoinOptions
The ConferenceJoinOptions model gets the conference ID, conference parameters, and specific type of conference participants.
Available in the package com.voxeet.sdk.services.builders.ConferenceJoinOptions.
Methods
getConferenceId
▸ getConferenceId(): String
Gets the conference ID.
Returns: @Nullable String - the conference ID if it is set to a valid value, a null value otherwise.
getParamsHolder
▸ getParamsHolder(): ParamsHolder
Gets conference parameters.
Returns: @Nullable ParamsHolder - the holder instance or a null value.
getConferenceParticipantType
▸ getConferenceParticipantType(): ConferenceParticipantType
Gets the specified participant type. It is used locally.
Returns: @NonNull ConferenceParticipantType - the type requested in a builder.