Click or drag to resize

IPhoneCallAttachable Interface

Defines methods to attach and detach the object to a ICall object.

Namespace:  Ozeki.VoIP
Assembly:  OzekiSDK (in OzekiSDK.dll) Version: 10.3.183.0
Syntax
public interface IPhoneCallAttachable

The IPhoneCallAttachable type exposes the following members.

Methods
  NameDescription
Public methodAttachToCall
Attaches the object to a ICall object.
Public methodDetach
Detaches the object from the attached call.
Top
See Also