Click or drag to resize

ITwilioVoice Interface

Manages the voice interface with Twilio.

Namespace:  NetQuarry.Services
Assembly:  EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax
public interface ITwilioVoice

The ITwilioVoice type exposes the following members.

Methods
  NameDescription
Public methodDial(String, String, String)
Dial a number from the Twilio number specified and connect it to another.
Public methodDial(String, String, String, String)
Dial a number from the Twilio number specified and connect it to another.
Public methodGetCall
Returns a call info object about a call.
Top
See Also