Click or drag to resize

ICallSendInstantMessage(String, MimeType) 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,
	MimeType contentType
)

Parameters

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

Return Value

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