ClientSessionReplace Method |
Namespace:
Ozeki.VoIP
Assembly:
OzekiSDK (in OzekiSDK.dll) Version: 10.3.183.0
Syntaxpublic 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