| ConversationRemoveParticipantCapability Property |
Returns a Capability object that indicates if a participant can be removed from the conversation.
Namespace: Avaya.ClientServicesAssembly: AvayaClientServices (in AvayaClientServices.dll) Version: 592.1.30.0
Syntaxpublic virtual Capability RemoveParticipantCapability { get; }Property Value
Type:
Capability
Remarks
This capability is
Allowed when one of the following conditions are true:
- This conversation is in the draft state.
- This conversation is published and messaging server allows to remove participants from it.
See Also