ConferenceRemoveLastParticipant Method |
Removes the last participant that was added to a conference call either locally or remotely.
Namespace:
Avaya.ClientServices
Assembly:
AvayaClientServices (in AvayaClientServices.dll) Version: 550.0.60.0
Syntax
Remarks
This method can only be used for conference calls where
RemoveLastParticipantCapability
indicates that this operation is supported. As a result of removing the last party,
if the participant count goes down to 2, the Call object may transition to a 2-party call.
This call status change is reported via a
ConferenceStatusChanged
event on the Call object associated with this conference.
The application receives a success/failure indication through the supplied
completionHandler delegate.
See Also