|
Moodle
2.2.1
http://www.collinsharper.com
|


Definition at line 326 of file ConferenceCall.php.
| addConferenceTemplateParticipant | ( | $ | templateId, |
| Zend_Service_DeveloperGarden_ConferenceCall_ParticipantDetail $ | participant | ||
| ) |
adds a new participants to the template
| string | $templateId | |
| Zend_Service_DeveloperGarden_ConferenceCall_ParticipantDetail | $participant |
Definition at line 785 of file ConferenceCall.php.

| commitConference | ( | $ | conferenceId | ) |
commits the given conference
| string | $conferenceId |
Definition at line 435 of file ConferenceCall.php.

| createConference | ( | $ | ownerId, |
| Zend_Service_DeveloperGarden_ConferenceCall_ConferenceDetail $ | conferenceDetails, | ||
| Zend_Service_DeveloperGarden_ConferenceCall_ConferenceSchedule $ | conferenceSchedule = null, |
||
| $ | account = null |
||
| ) |
creates a new conference, ownerId should be between 3 and 39 chars
| string | $ownerId | |
| Zend_Service_DeveloperGarden_ConferenceCall_ConferenceDetail | $conferenceDetails | |
| Zend_Service_DeveloperGarden_ConferenceCall_ConferenceSchedule | $conferenceSchedule | |
| integer | $account |
Definition at line 409 of file ConferenceCall.php.

| createConferenceTemplate | ( | $ | ownerId, |
| Zend_Service_DeveloperGarden_ConferenceCall_ConferenceDetail $ | conferenceDetails, | ||
| array $ | participants = null |
||
| ) |
creates a new conference template
| string | $ownerId | |
| Zend_Service_DeveloperGarden_ConferenceCall_ConferenceDetail | $conferenceDetails | |
| array | $participants |
Definition at line 672 of file ConferenceCall.php.

| getConferenceList | ( | $ | what = 0, |
| $ | ownerId = null |
||
| ) |
returns a list of conferences
| integer | $what | |
| string | $ownerId |
Definition at line 551 of file ConferenceCall.php.

| getConferenceStatus | ( | $ | conferenceId, |
| $ | what = 0 |
||
| ) |
get conference status details
| string | $conferenceId | |
| integer | $what |
Definition at line 489 of file ConferenceCall.php.

| getConferenceTemplate | ( | $ | templateId | ) |
get a specific template
| string | $templateId |
Definition at line 697 of file ConferenceCall.php.

| getConferenceTemplateList | ( | $ | ownerId | ) |
lists all available conference templates for the given owner
| string | $ownerId |
Definition at line 764 of file ConferenceCall.php.

| getConferenceTemplateParticipant | ( | $ | templateId, |
| $ | participantId | ||
| ) |
returns a praticipant for the given templateId
| string | $templateId | |
| string | $participantId |
Definition at line 809 of file ConferenceCall.php.

| getParticipantStatus | ( | $ | conferenceId, |
| $ | participantId | ||
| ) |
fetches the participant details for the given conferenceId
| string | $conferenceId | |
| string | $participantId |
Definition at line 597 of file ConferenceCall.php.

| getRunningConference | ( | $ | conferenceId | ) |
returns the conferenceId of the running conference instance for a planned recurring conference or the current conferenceId
Definition at line 510 of file ConferenceCall.php.

| newParticipant | ( | $ | conferenceId, |
| Zend_Service_DeveloperGarden_ConferenceCall_ParticipantDetail $ | participant | ||
| ) |
adds a new participant to the given conference
| string | $conferenceId | |
| Zend_Service_DeveloperGarden_ConferenceCall_ParticipantDetail | $participant |
Definition at line 573 of file ConferenceCall.php.

| removeConference | ( | $ | conferenceId | ) |
remove a conference
| string | $conferenceId |
Definition at line 530 of file ConferenceCall.php.

| removeConferenceTemplate | ( | $ | templateId | ) |
remove a conference template
| string | $templateId |
Definition at line 744 of file ConferenceCall.php.

| removeConferenceTemplateParticipant | ( | $ | templateId, |
| $ | participantId | ||
| ) |
removes a praticipant from the given templateId
| string | $templateId | |
| string | $participantId |
Definition at line 858 of file ConferenceCall.php.

| removeParticipant | ( | $ | conferenceId, |
| $ | participantId | ||
| ) |
removes the given participant from the conference
| string | $conferenceId | |
| string | $participantId |
Definition at line 619 of file ConferenceCall.php.

| updateConference | ( | $ | conferenceId, |
| $ | ownerId = null, |
||
| Zend_Service_DeveloperGarden_ConferenceCall_ConferenceDetail $ | conferenceDetails = null, |
||
| Zend_Service_DeveloperGarden_ConferenceCall_ConferenceSchedule $ | conferenceSchedule = null, |
||
| $ | account = null |
||
| ) |
updates a conference with the given parameter
| string | $conferenceId | |
| string | $ownerId | |
| Zend_Service_DeveloperGarden_ConferenceCall_ConferenceDetail | $conferenceDetails | |
| Zend_Service_DeveloperGarden_ConferenceCall_ConferenceSchedule | $conferenceSchedule | |
| string | $account |
Definition at line 459 of file ConferenceCall.php.

| updateConferenceTemplate | ( | $ | templateId, |
| $ | initiatorId = null, |
||
| Zend_Service_DeveloperGarden_ConferenceCall_ConferenceDetail $ | conferenceDetails = null |
||
| ) |
updates a conference template
| string | $templateId | |
| string | $initiatorId | |
| Zend_Service_DeveloperGarden_ConferenceCall_ConferenceDetail | $conferenceDetails |
Definition at line 719 of file ConferenceCall.php.

| updateConferenceTemplateParticipant | ( | $ | templateId, |
| $ | participantId, | ||
| Zend_Service_DeveloperGarden_ConferenceCall_ParticipantDetail $ | participant | ||
| ) |
updates the participants details
| string | $templateId | |
| string | $participantId | |
| Zend_Service_DeveloperGarden_ConferenceCall_ParticipantDetail | $participant |
Definition at line 832 of file ConferenceCall.php.

| updateParticipant | ( | $ | conferenceId, |
| $ | participantId, | ||
| $ | action = null, |
||
| Zend_Service_DeveloperGarden_ConferenceCall_ParticipantDetail $ | participant = null |
||
| ) |
updates the participant in the given conference
| string | $conferenceId | |
| string | $participantId | |
| integer | $action | |
| Zend_Service_DeveloperGarden_ConferenceCall_ParticipantDetail | $participant |
Definition at line 643 of file ConferenceCall.php.

$_classMap [protected] |
Reimplemented from Zend_Service_DeveloperGarden_Client_ClientAbstract.
Definition at line 349 of file ConferenceCall.php.
$_wsdlFile = 'https://gateway.developer.telekom.com/p3gw-mod-odg-ccs/services/ccsPort?wsdl' [protected] |
Reimplemented from Zend_Service_DeveloperGarden_Client_ClientAbstract.
Definition at line 334 of file ConferenceCall.php.
$_wsdlFileLocal = 'Wsdl/ccsPort.wsdl' [protected] |
Reimplemented from Zend_Service_DeveloperGarden_Client_ClientAbstract.
Definition at line 341 of file ConferenceCall.php.