3 conference.participant.modify, 4 conference.participant.remove, 5 conference.participant.add – TANDBERG 3.0 User Manual

Page 48: 6 participant.enumerate, 44 8.4 conference.participant.remove, 44 8.5 conference.participant.add, 44 8.6 participant.enumerate

Advertising
background image

Copyright © TANDBERG 2008

Reference Guide Version 3.0 rev 3.0

44

Response

Type

Comments

displayName

String

The name used by the endpoint to identify itself. This
may be different to the participantName. Only returned
when the participant is connected.

address

String

The address used to connect to the remote endpoint in
question. Only returned when the address is known.

callState String

One

of:

‘dormant’
‘alerting’
‘connected’
‘disconnected’

connectTime dateTime.iso8601

Only

returned after the conference has begun.

disconnectTime dateTime.iso8601

Only returned after the participant has disconnected.

disconnectReason String

Only returned after the participant has disconnected.


Note: This participant information is returned for all participants added to the conference using the
participant.add method, even after they have disconnected. However, this information is only returned for
other participants (i.e. those added via the web interface or those who dialed into the conference) whilst they
are connected but not after they have disconnected.

8.3 conference.participant.modify

This method has been deprecated in favour of participant.modify.

See participant.modify for details of this function.

8.4 conference.participant.remove

This method has been deprecated in favour of participant.remove.

See participant.remove for details of this function.

8.5 conference.participant.add

This method has been deprecated in favour of participant.add.

See participant.add for details of this function.

8.6 participant.enumerate

While this method is not itself deprecated, there is deprecated behaviour if there is no operationScope
parameter. In this case the MCU will return a participant structure with the following members:

Response

Type

Comments

participantName String

participantProtocol String
participantType String
conferenceName String
autoAttendantUniqueId String

Participant identification as described above

address String
gatewayAddress String

The address used to connect to the remote
endpoint in question. Only returned when the
address is known, or if the participant is
configured via the API (which requires the
address to be specified when added).

Advertising