IInviteManagerSendReInvite Method |
Sends a re-INVITE request within the dialog.
Namespace:
Ozeki.VoIP
Assembly:
OzekiSDK (in OzekiSDK.dll) Version: 10.3.199.0
Syntaxbool 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:
Boolean
See Also