CallDetect.FaxParams

View as Markdown

SignalWire.Relay.Calling.CallDetect.FaxParams

This object represents the parameters specific to fax detection.

Constructor

The only constructor is the default constructor, properties should all be assigned by initializer or after construction.

Parameters

None

Examples

Basic Example

1CallDetect detect = new CallDetect
2{
3 Type = CallDetect.DetectType.fax,
4 Parameters = new CallDetect.FaxParams
5 {
6 // No required parameters
7 }
8};

Properties

PropertyTypeDescription
ToneSignalWire.Relay.Calling.CallDetect.FaxParams.FaxToneThe tone to detect.
Default: CED

Methods

None

Events

None