Ozeki VoIP SDK Class library
SendInfo Method (mimeType, subMimeType, contents)
NamespacesOzeki.VoIPICallSendInfo(String, String, String)
Sends INFO request to the other party.
Declaration Syntax
C#Visual BasicVisual C++
bool SendInfo(
	string mimeType,
	string subMimeType,
	string contents
)
Function SendInfo ( 
	mimeType As String,
	subMimeType As String,
	contents As String
) As Boolean
bool SendInfo(
	String^ mimeType, 
	String^ subMimeType, 
	String^ contents
)
Parameters
mimeType (String)
The type of the info message
subMimeType (String)
The subtype of the info message
contents (String)
The content of the info message
Return Value
Boolean
True, if the INFO request sent successfully.

Assembly: VoIPSDK (Module: VoIPSDK.dll) Version: 10.1.12.649