Click or drag to resize
ICallSendInfo Method
Sends INFO request to the other party.

Namespace: Ozeki.VoIP
Assembly: OzekiSDK (in OzekiSDK.dll) Version: 1.8.12.0 (1.8.12)
Syntax
bool SendInfo(
	InfoData data
)

Parameters

data
Type: Ozeki.VoIPInfoData
The INFO data

Return Value

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