Skip to main content

SignalWire.Relay.Calling.CallRecord

This object represents call recording that is being handled, multiple things may be recorded in the same recording in the future, but currently only audio is available. It is also possible to start multiple different recordings at the same time.

Constructor

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

Parameters

None

Examples

Basic Example

CallRecord record = new CallRecord
{
Audio = new CallRecord.AudioParams
{
// Use default audio recording parameters
}
};

Properties

PropertyTypeDescription
Audio[SignalWire.Relay.Calling.CallRecord.AudioParams]This object contains configuration for recording audio.

Methods

None

Events

None