\Aculab\WebServicesWrapperConferenceParticipants

The details of conference participants.

Returned by \Aculab\WebServicesWrapper\ConferenceWebService::listParticipants().

This object can be used as an array of \Aculab\WebServicesWrapper\ConferenceParticipant objects.

Summary

Methods
Properties
Constants
getStatus()
getParticipants()
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

getStatus()

getStatus() : string

Get the current state of the conference.

One of "RESERVED", "HOLDING", "ACTIVE", "COMPLETED". Only conferences in the "ACTIVE" and "HOLDING" states have participants to list.

Returns

string

getParticipants()

getParticipants() : array

Get the conference participants as an array.

Returns

array —

Returns a plain array of ConferenceParticipant objects.