Click or drag to resize

SipUserConfigurationEnableAsControlledEndpoint Property

Enables Client SDK as a controlled endpoint.

Namespace:  Avaya.ClientServices
Assembly:  AvayaClientServices (in AvayaClientServices.dll) Version: 550.0.60.0
Syntax
C#
public bool EnableAsControlledEndpoint { get; set; }

Property Value

Type: Boolean
Remarks
When it is true it shall expand the Client SDK's Aura Shared Control functionality to allow a remote endpoint to control Client SDK based applications. Client SDK based application shall thus be able to act as controlled endpoints as well. The default value is false.
See Also