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: 1.8.12.0 (1.8.12)
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