Skip to main content

SignalWire.Relay.Calling.CallRingback.AudioParams

This object represents the parameters specific to audio ringback.

Constructor

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

Parameters

None

Examples

Basic Example

CallRingback ringback = new CallRingback
{
Type = CallRingback.RingbackType.audio,
Parameters = new CallRingback.AudioParams
{
URL = "https://path/to/audio/file"
}
};

Properties

PropertyTypeDescription
URLstringThe URL of the audio file to play.

Methods

None

Events

None