API Documentation

Service/DeveloperGarden/ConferenceCall.php

Includes Classes 
category
Zend
copyright
Copyright (c) 2005-2010 Zend Technologies USA Inc. (http://www.zend.com)
license
http://framework.zend.com/license/new-bsd New BSD License
package
Zend_Service
subpackage
DeveloperGarden
version
$Id: ConferenceCall.php 20166 2010-01-09 19:00:17Z bkarwin $
Classes
Zend_Service_DeveloperGarden_ConferenceCall

Description

Zend Framework

LICENSE

This source file is subject to the new BSD license that is bundled with this package in the file LICENSE.txt. It is also available through the world-wide-web at this URL: http://framework.zend.com/license/new-bsd If you did not receive a copy of the license and are unable to obtain it through the world-wide-web, please send an email to license@zend.com so we can send you a copy immediately.

Zend_Service_DeveloperGarden_ConferenceCall

Extends from
Zend_Service_DeveloperGarden_Client_ClientAbstract
author
Marco Kaiser
category
Zend
copyright
Copyright (c) 2005-2010 Zend Technologies USA Inc. (http://www.zend.com)
license
http://framework.zend.com/license/new-bsd New BSD License
package
Zend_Service
subpackage
DeveloperGarden
Properties
$_wsdlFile
$_wsdlFileLocal
$_classMap
Methods
createConference
commitConference
updateConference
getConferenceStatus
getRunningConference
removeConference
getConferenceList
newParticipant
getParticipantStatus
removeParticipant
updateParticipant
createConferenceTemplate
getConferenceTemplate
updateConferenceTemplate
removeConferenceTemplate
getConferenceTemplateList
addConferenceTemplateParticipant
getConferenceTemplateParticipant
updateConferenceTemplateParticipant
removeConferenceTemplateParticipant

Description

Properties

$_classMap

array $_classMap = 'array'

Response, Request Classmapping

Details

$_classMap
array
visibility
protected
default
array
final
false
static
false

$_wsdlFile

string $_wsdlFile = 'https://gateway.developer.telekom.com/p3gw-mod-odg-ccs/services/ccsPort?wsdl'

wsdl file

Details

$_wsdlFile
string
visibility
protected
default
https://gateway.developer.telekom.com/p3gw-mod-odg-ccs/services/ccsPort?wsdl
final
false
static
false

$_wsdlFileLocal

string $_wsdlFileLocal = 'Wsdl/ccsPort.wsdl'

the local WSDL file

Details

$_wsdlFileLocal
string
visibility
protected
default
Wsdl/ccsPort.wsdl
final
false
static
false

Methods

addConferenceTemplateParticipant

addConferenceTemplateParticipant( string $templateId, Zend_Service_DeveloperGarden_ConferenceCall_ParticipantDetail $participant ) : Zend_Service_DeveloperGarden_Response_ConferenceCall_AddConferenceTemplateParticipantResponseType

adds a new participants to the template

Arguments
$templateId
string
$participant
Zend_Service_DeveloperGarden_ConferenceCall_ParticipantDetail
Details
visibility
public
final
false
static
false

commitConference

commitConference( string $conferenceId ) : Zend_Service_DeveloperGarden_Response_ConferenceCall_CommitConferenceResponse

commits the given conference

Arguments
$conferenceId
string
Details
visibility
public
final
false
static
false

createConference

createConference( string $ownerId, Zend_Service_DeveloperGarden_ConferenceCall_ConferenceDetail $conferenceDetails, Zend_Service_DeveloperGarden_ConferenceCall_ConferenceSchedule $conferenceSchedule = null, integer $account = null ) : Zend_Service_DeveloperGarden_Response_ConferenceCall_CreateConferenceResponseType

creates a new conference, ownerId should be between 3 and 39 chars

Arguments
$ownerId
string
$conferenceDetails
Zend_Service_DeveloperGarden_ConferenceCall_ConferenceDetail
$conferenceSchedule
Zend_Service_DeveloperGarden_ConferenceCall_ConferenceSchedule
$account
integer
Details
visibility
public
final
false
static
false

createConferenceTemplate

createConferenceTemplate( string $ownerId, Zend_Service_DeveloperGarden_ConferenceCall_ConferenceDetail $conferenceDetails, array $participants = null ) : Zend_Service_DeveloperGarden_Response_ConferenceCall_CreateConferenceTemplateResponseType

creates a new conference template

Arguments
$ownerId
string
$conferenceDetails
Zend_Service_DeveloperGarden_ConferenceCall_ConferenceDetail
$participants
array
Details
visibility
public
final
false
static
false

getConferenceList

getConferenceList( integer $what = 0, string $ownerId = null ) : Zend_Service_DeveloperGarden_Response_ConferenceCall_GetConferenceListResponseType

returns a list of conferences

Arguments
$what
integer
$ownerId
string
Details
visibility
public
final
false
static
false

getConferenceStatus

getConferenceStatus( string $conferenceId, integer $what = 0 ) : Zend_Service_DeveloperGarden_Response_ConferenceCall_GetConferenceStatusResponseType

get conference status details

Arguments
$conferenceId
string
$what
integer
Details
visibility
public
final
false
static
false

getConferenceTemplate

getConferenceTemplate( string $templateId ) : Zend_Service_DeveloperGarden_Response_ConferenceCall_GetConferenceTemplateResponseType

get a specific template

Arguments
$templateId
string
Details
visibility
public
final
false
static
false

getConferenceTemplateList

getConferenceTemplateList( string $ownerId ) : Zend_Service_DeveloperGarden_Response_ConferenceCall_GetConferenceTemplateListResponseType

lists all available conference templates for the given owner

Arguments
$ownerId
string
Details
visibility
public
final
false
static
false

getConferenceTemplateParticipant

getConferenceTemplateParticipant( string $templateId, string $participantId ) : Zend_Service_DeveloperGarden_Response_ConferenceCall_GetConferenceTemplateParticipantResponseType

returns a praticipant for the given templateId

Arguments
$templateId
string
$participantId
string
Details
visibility
public
final
false
static
false

getParticipantStatus

getParticipantStatus( string $conferenceId, string $participantId ) : Zend_Service_DeveloperGarden_Response_ConferenceCall_GetParticipantStatusResponseType

fetches the participant details for the given conferenceId

Arguments
$conferenceId
string
$participantId
string
Details
visibility
public
final
false
static
false

getRunningConference

getRunningConference(  $conferenceId ) : Zend_Service_DeveloperGarden_Response_ConferenceCall_GetRunningConferenceResponseType

returns the conferenceId of the running conference instance for a planned recurring conference or the current conferenceId

Arguments
$conferenceId
Details
visibility
public
final
false
static
false

newParticipant

newParticipant( string $conferenceId, Zend_Service_DeveloperGarden_ConferenceCall_ParticipantDetail $participant ) : Zend_Service_DeveloperGarden_Response_ConferenceCall_NewParticipantResponseType

adds a new participant to the given conference

Arguments
$conferenceId
string
$participant
Zend_Service_DeveloperGarden_ConferenceCall_ParticipantDetail
Details
visibility
public
final
false
static
false

removeConference

removeConference( string $conferenceId ) : Zend_Service_DeveloperGarden_Response_ConferenceCall_CCSResponseType

remove a conference

Arguments
$conferenceId
string
Details
visibility
public
final
false
static
false

removeConferenceTemplate

removeConferenceTemplate( string $templateId ) : Zend_Service_DeveloperGarden_Response_ConferenceCall_CCSResponseType

remove a conference template

Arguments
$templateId
string
Details
visibility
public
final
false
static
false

removeConferenceTemplateParticipant

removeConferenceTemplateParticipant( string $templateId, string $participantId ) : Zend_Service_DeveloperGarden_Response_ConferenceCall_CCSResponseType

removes a praticipant from the given templateId

Arguments
$templateId
string
$participantId
string
Details
visibility
public
final
false
static
false

removeParticipant

removeParticipant( string $conferenceId, string $participantId ) : Zend_Service_DeveloperGarden_Response_ConferenceCall_CCSResponseType

removes the given participant from the conference

Arguments
$conferenceId
string
$participantId
string
Details
visibility
public
final
false
static
false

updateConference

updateConference( string $conferenceId, string $ownerId = null, Zend_Service_DeveloperGarden_ConferenceCall_ConferenceDetail $conferenceDetails = null, Zend_Service_DeveloperGarden_ConferenceCall_ConferenceSchedule $conferenceSchedule = null, string $account = null ) : Zend_Service_DeveloperGarden_Response_ConferenceCall_CCSResponseType

updates a conference with the given parameter

Arguments
$conferenceId
string
$ownerId
string
$conferenceDetails
Zend_Service_DeveloperGarden_ConferenceCall_ConferenceDetail
$conferenceSchedule
Zend_Service_DeveloperGarden_ConferenceCall_ConferenceSchedule
$account
string
Details
visibility
public
final
false
static
false

updateConferenceTemplate

updateConferenceTemplate( string $templateId, string $initiatorId = null, Zend_Service_DeveloperGarden_ConferenceCall_ConferenceDetail $conferenceDetails = null ) : Zend_Service_DeveloperGarden_Response_ConferenceCall_CCSResponseType

updates a conference template

Arguments
$templateId
string
$initiatorId
string
$conferenceDetails
Zend_Service_DeveloperGarden_ConferenceCall_ConferenceDetail
Details
visibility
public
final
false
static
false

updateConferenceTemplateParticipant

updateConferenceTemplateParticipant( string $templateId, string $participantId, Zend_Service_DeveloperGarden_ConferenceCall_ParticipantDetail $participant ) : Zend_Service_DeveloperGarden_Response_ConferenceCall_CCSResponseType

updates the participants details

Arguments
$templateId
string
$participantId
string
$participant
Zend_Service_DeveloperGarden_ConferenceCall_ParticipantDetail
Details
visibility
public
final
false
static
false

updateParticipant

updateParticipant( string $conferenceId, string $participantId, integer $action = null, Zend_Service_DeveloperGarden_ConferenceCall_ParticipantDetail $participant = null ) : Zend_Service_DeveloperGarden_Response_ConferenceCall_CCSResponseType

updates the participant in the given conference

Arguments
$conferenceId
string
$participantId
string
$action
integer
$participant
Zend_Service_DeveloperGarden_ConferenceCall_ParticipantDetail
Details
visibility
public
final
false
static
false
Documentation was generated by DocBlox.