Click or drag to resize

ConferenceGetAddParticipantFromCallCapability Method

Returns whether the local user can request the conference server to add a participant from a specified call to current call, for example, to add a new user to the conference call. The capability returns not supported if the conference call does not support the merge feature, or if the local user does not have permission to initiate it.

Namespace:  Avaya.ClientServices
Assembly:  AvayaClientServices (in AvayaClientServices.dll) Version: 550.0.60.0
Syntax
C#
public Capability GetAddParticipantFromCallCapability(
	Call call
)

Parameters

call
Type: Avaya.ClientServicesCall
Call to be joined into the conference call.

Return Value

Type: Capability
See Also