Interface ConferenceParticipant
public interface ConferenceParticipant
ConferenceParticipant
-
Nested Class Summary
Modifier and TypeInterfaceDescriptionstatic interface
Dedicated Builder -
Method Summary
Modifier and TypeMethodDescriptionbuilder()
Getting buildergetCli()
The phone number of the PSTN participant that was connected in the conference, or whatever was passed as CLI for data originated/terminated calls.The number of seconds that the participant has been connected to the conference.getId()
The callId of the call leg that the participant joined the conference.getMuted()
Get mutedGet OnHold
-
Method Details
-
getCli
String getCli()The phone number of the PSTN participant that was connected in the conference, or whatever was passed as CLI for data originated/terminated calls.- Returns:
- cli
-
getId
String getId()The callId of the call leg that the participant joined the conference.- Returns:
- id
-
getDuration
Integer getDuration()The number of seconds that the participant has been connected to the conference.- Returns:
- duration
-
getMuted
Boolean getMuted()Get muted- Returns:
- muted
-
getOnHold
Boolean getOnHold()Get OnHold- Returns:
- OnHold
-
builder
Getting builder- Returns:
- New Builder instance
-