IInviteManagerSendReInvite Method |
Sends a re-INVITE request within the dialog.
Namespace: Ozeki.VoIPAssembly: OzekiSDK (in OzekiSDK.dll) Version: 1.8.12.0 (1.8.12)
Syntax bool SendReInvite(
InviteArgs args
)
Function SendReInvite (
args As InviteArgs
) As Boolean
bool SendReInvite(
InviteArgs^ args
)
abstract SendReInvite :
args : InviteArgs -> bool
Parameters
- args
- Type: Ozeki.VoIPInviteArgs
Return Value
Type:
BooleanSee Also