ClientSessionReplace Method |
Namespace: Ozeki.VoIPAssembly: OzekiSDK (in OzekiSDK.dll) Version: 1.8.12.0 (1.8.12)
Syntax public void Replace(
SIPCall call,
bool transfer = true
)
Public Sub Replace (
call As SIPCall,
Optional transfer As Boolean = true
)
public:
void Replace(
SIPCall^ call,
bool transfer = true
)
member Replace :
call : SIPCall *
?transfer : bool
(* Defaults:
let _transfer = defaultArg transfer true
*)
-> unit
Parameters
- call
- Type: Ozeki.VoIPSIPCall
- transfer (Optional)
- Type: SystemBoolean
See Also