Click or drag to resize
ICallSendInstantMessage Method (String, String)
Sends MESSAGE request to the other party.

Namespace: Ozeki.VoIP
Assembly: OzekiSDK (in OzekiSDK.dll) Version: 1.8.12.0 (1.8.12)
Syntax
bool SendInstantMessage(
	string content,
	string contentType
)

Parameters

content
Type: SystemString
The content of the message
contentType
Type: SystemString
The content type of the message

Return Value

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