Class GetConferencingInfoResponse

java.lang.Object
com.ringcentral.definitions.GetConferencingInfoResponse

public class GetConferencingInfoResponse extends Object
  • Field Details

    • uri

      public String uri
      Canonical URI of a conferencing Format: uri
    • allowJoinBeforeHost

      public Boolean allowJoinBeforeHost
      Determines if host user allows conference participants to join before the host
    • hostCode

      public String hostCode
      Access code for a host user
    • mode

      public String mode
      Internal parameter specifying a conferencing engine
    • participantCode

      public String participantCode
      Access code for any participant
    • phoneNumber

      public String phoneNumber
      Primary conference phone number for user's home country returned in [E.164](https://www.itu.int/rec/T-REC-E.164-201011-I) format
    • tapToJoinUri

      public String tapToJoinUri
      Short URL leading to the service web page Tap to Join for audio conference bridge Format: uri
    • phoneNumbers

      public PhoneNumberInfoConferencing[] phoneNumbers
      List of multiple dial-in phone numbers to connect to audio conference service, relevant for the user's brand. Each number is given with the country and location information, in order to let the user choose less expensive way to connect to a conference. The first number in the list is a primary conference number, that is default and domestic
  • Constructor Details

    • GetConferencingInfoResponse

      public GetConferencingInfoResponse()
  • Method Details