Interface ConferenceParticipant


public interface ConferenceParticipant
ConferenceParticipant
  • Nested Class Summary

    Nested Classes
    Modifier and Type
    Interface
    Description
    static interface 
    Dedicated Builder
  • Method Summary

    Modifier and Type
    Method
    Description
    Getting builder
    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.
    The callId of the call leg that the participant joined the conference.
    Get muted
    Get 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