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
CallTap tap = new CallTap
{
Audio = new CallTap.AudioParams
{
// Use default audio tapping parameters
}
};
Properties​
Property | Type | Description |
---|---|---|
Direction | [SignalWire.Relay.Calling.CallTap.AudioParams.AudioDirection ] | The 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