CallTap.AudioParams

View as Markdown

SignalWire.Relay.Calling.CallTap.AudioParams

This object represents the parameters specific to audio tapping.

Constructor

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

Parameters

None

Examples

Basic Example

1CallTap tap = new CallTap
2{
3 Audio = new CallTap.AudioParams
4 {
5 // Use default audio tapping parameters
6 }
7};

Properties

PropertyTypeDescription
DirectionSignalWire.Relay.Calling.CallTap.AudioParams.AudioDirectionThe direction to include in the audio tapping, speak (what the caller says), listen (what the caller hears), or both.
Default: speak

Methods

None

Events

None