Click or drag to resize

ICallSendInstantMessage(String, String) Method

Sends MESSAGE request to the other party.

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

Parameters

content  String
The content of the message
contentType  String
The content type of the message

Return Value

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