P2PSessionImplSendPBXReInvite Method |
Namespace: Ozeki.VoIPAssembly: OzekiSDK (in OzekiSDK.dll) Version: 1.8.12.0 (1.8.12)
Syntax public 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