\Aculab\WebServicesWrapperConferenceParticipant

The details of a conference participant.

Returned by \Aculab\WebServicesWrapper\ConferenceWebService::listParticipants() as members of a \Aculab\WebServicesWrapper\ConferenceParticipants object.

Summary

Methods
Properties
Constants
getParticipantId()
getMuted()
getDtmfEnabled()
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

getParticipantId()

getParticipantId() : string

Get the participant ID.

This is the instance ID of the application which placed the call to connect this participant to the conference, followed by xN if that call was placed on its Extra Channel N.

Returns

string

getMuted()

getMuted() : boolean

Determine if the participant is currently muted.

Returns

boolean

getDtmfEnabled()

getDtmfEnabled() : boolean

Determine if the participant's use of dtmf keys is currently enabled.

Returns

boolean