Class ConferenceParticipant


  • public class ConferenceParticipant
    extends Object
    Information about a conference's participant
    • Method Detail

      • getCli

        public 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:
        The value
      • getId

        public String getId()
        The callId of the call leg that the participant joined the conference.
        Returns:
        Uniq identifier related toi the call
      • getDuration

        public Integer getDuration()
        The number of seconds that the participant has been connected to the conference
        Returns:
        Duration value
      • getMuted

        public Boolean getMuted()
        Is participant is muted or not
        Returns:
        Muted state
      • getOnhold

        public Boolean getOnhold()
        Is participant is on hold or not
        Returns:
        The on hold state