getReservationToken() getReservationToken() : string|null Get the reservation token for the conference reservation. Returns a string if the conference is a reserved conference. Returns null if the conference is not a reserved conference. Returns string|null
getMaxParticipants() getMaxParticipants() : integer Get the maximum number of participants that the conference can hold. Returns integer
getStartTime() getStartTime() : \DateTime|null Get the time at which a reserved conference is due to start. Returns a DateTime object if the conference is a reserved conference. Returns null if the conference is not a reserved conference. Returns \DateTime|null
getDuration() getDuration() : integer|null Get the number of minutes for which a reserved conference is due to run. Returns an integer if the conference is a reserved conference. Returns null if the conference is not a reserved conference. Returns integer|null
getDivert() getDivert() : string|null Get the inbound service to which early participants to a reserved conference will be bounced. Returns a string if the conference is a reserved conference. Returns null if the conference is not a reserved conference. Returns string|null
getStatus() getStatus() : string Get the current state of the conference. One of "RESERVED", "HOLDING", "ACTIVE", "COMPLETED". The "RESERVED" and "COMPLETED" states are only reported for reserved conferences. Returns string