Skip to main content

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

CallDetect detect = new CallDetect
{
Type = CallDetect.DetectType.fax,
Parameters = new CallDetect.FaxParams
{
// No required parameters
}
};

Properties​

PropertyTypeDescription
Tone[SignalWire.Relay.Calling.CallDetect.FaxParams.FaxTone]The tone to detect.
Default: CED

Methods​

None

Events​

None