Voice Client
The Voice Client allows you to make outbound calls and receive inbound calls. It connects to SignalWire and listens on one or more topics for incoming call events.
Once instantiated, use dialPhone or dialSip to initiate outbound calls, or listen for the call.received event to handle inbound calls. See Events for all available events.
Constructor
▸ new Voice.Client(opts): Voice.Client
Creates a new Voice Client instance.