Class ConferenceParticipant
java.lang.Object
com.sinch.sdk.domains.voice.models.response.ConferenceParticipant
Information about a conference's participant
-
Nested Class Summary
-
Method Summary
Modifier and TypeMethodDescriptionbuilder()
Create a builder instancegetCli()
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 conferencegetId()
The callId of the call leg that the participant joined the conference.getMuted()
Is participant is muted or notIs participant is on hold or nottoString()
-
Method Details
-
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:
- The value
-
getId
The callId of the call leg that the participant joined the conference.- Returns:
- Uniq identifier related toi the call
-
getDuration
The number of seconds that the participant has been connected to the conference- Returns:
- Duration value
-
getMuted
Is participant is muted or not- Returns:
- Muted state
-
getOnhold
Is participant is on hold or not- Returns:
- The on hold state
-
toString
-
builder
Create a builder instance- Returns:
- Dedicated builder
-