Share via


CtiAgentStateManager.SetAgentMediaAddress(String) Method

Definition

Sets the media endpoint of an agent desktop. This could be a TN, IPAddress or some other method.

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

Parameters

mediaId
String

Specifies the media ID. TN, IPAddress, or other media target specifier.

Returns

True if successful, otherwise false.

Implements

Applies to