IInfoSenderUASendINFORequest Method |
Sends SIP INFO request.
Namespace: Ozeki.VoIPAssembly: OzekiSDK (in OzekiSDK.dll) Version: 1.8.12.0 (1.8.12)
Syntax bool SendINFORequest(
IUserAgentInstance owner,
DialogID dialogID,
InfoData data
)
Function SendINFORequest (
owner As IUserAgentInstance,
dialogID As DialogID,
data As InfoData
) As Boolean
bool SendINFORequest(
IUserAgentInstance^ owner,
DialogID^ dialogID,
InfoData^ data
)
abstract SendINFORequest :
owner : IUserAgentInstance *
dialogID : DialogID *
data : InfoData -> bool
Parameters
- owner
- Type: Ozeki.VoIPIUserAgentInstance
- dialogID
- Type: Ozeki.VoIPDialogID
- data
- Type: Ozeki.VoIPInfoData
Return Value
Type:
BooleanSee Also