SessionAbstractSendPBXReInvite Method |
Namespace:
Ozeki.VoIP
Assembly:
OzekiSDK (in OzekiSDK.dll) Version: 10.3.199.0
Syntaxpublic abstract void SendPBXReInvite(
CallParty startWith
)
Public MustOverride Sub SendPBXReInvite (
startWith As CallParty
)
public:
virtual void SendPBXReInvite(
CallParty startWith
) abstract
abstract SendPBXReInvite :
startWith : CallParty -> unit
Parameters
- startWith
- Type: Ozeki.VoIPCallParty
See Also