IOzPhoneCallToggleHold Method |
Puts the call on hold or takes the call off hold. (toggle)
If the call is in InCall state, puts it on hold.
If the call is in LocalHeld or InactiveHeld state, takes it off hold.
Namespace: Ozeki.VoIPAssembly: OzekiSDK (in OzekiSDK.dll) Version: 1.8.12.0 (1.8.12)
Syntax abstract ToggleHold : unit -> unit
Return Value
Type:
True, if the call can be taken off hold; false otherwise.
See Also