Click or drag to resize

ICallSendInstantMessage Method (String)

Sends MESSAGE request to the other party.

Namespace:  Ozeki.VoIP
Assembly:  OzekiSDK (in OzekiSDK.dll) Version: 10.3.199.0
Syntax
bool SendInstantMessage(
	string content
)

Parameters

content
Type: SystemString
The content of the message

Return Value

Type: Boolean
True, if the MESSAGE request sent successfully.
See Also