\Aculab\WebServicesWrapperConferenceDetails

The details of a reserved or active conference.

Returned by \Aculab\WebServicesWrapper\ConferenceWebService::listConferences()

Summary

Methods
Properties
Constants
getConferenceName()
getReservationToken()
getMaxParticipants()
getStartTime()
getDuration()
getDivert()
getStatus()
No public properties found
No constants found
No protected methods found
No protected properties found
N/A
No private methods found
No private properties found
N/A

Methods

getConferenceName()

getConferenceName() : string

Get the name of the conference.

Returns

string

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