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