RelaySessionSendPBXReInvite Method |
Namespace: Ozeki.VoIPAssembly: OzekiSDK (in OzekiSDK.dll) Version: 10.4.13.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 CallParty
-
See Also