ICtiAgentStateManager.SetAgentMediaAddress(String) Method

Definition

Sets the media endpoint of an agent desktop.

public:
 bool SetAgentMediaAddress(System::String ^ mediaId);
public bool SetAgentMediaAddress (string mediaId);
abstract member SetAgentMediaAddress : string -> bool
Public Function SetAgentMediaAddress (mediaId As String) As Boolean

Parameters

mediaId
String

Specifies the media ID.

Returns

True if the media endpoint is successfully set, otherwise false.

Remarks

This could be a TN, IPAddress or some other method. The implementation of the method is up to the CTI Provider as defined in the CTI hosted control.

Applies to