CtiHostedControl.SetAgentMediaAddress(String) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Sets the agents media address
public:
abstract bool SetAgentMediaAddress(System::String ^ mediaAddress);
public abstract bool SetAgentMediaAddress (string mediaAddress);
abstract member SetAgentMediaAddress : string -> bool
Public MustOverride Function SetAgentMediaAddress (mediaAddress As String) As Boolean
Parameters
- mediaAddress
- String
Specifies the media address.
Returns
True
if the agent’s media address was successfully set, otherwise false
.