Class: Telnyx::Models::ConferenceRecordingSavedWebhookEvent::Data

Inherits:
Internal::Type::BaseModel show all
Defined in:
lib/telnyx/models/conference_recording_saved_webhook_event.rb

Overview

See Also:

Defined Under Namespace

Modules: EventType, RecordType Classes: Payload

Instance Attribute Summary collapse

Class Method Summary collapse

Instance Method Summary collapse

Methods inherited from Internal::Type::BaseModel

==, #==, #[], coerce, #deconstruct_keys, #deep_to_h, dump, fields, hash, #hash, inherited, inspect, #inspect, known_fields, optional, recursively_to_h, required, #to_h, #to_json, #to_s, to_sorbet_type, #to_yaml

Methods included from Internal::Type::Converter

#coerce, coerce, #dump, dump, #inspect, inspect, meta_info, new_coerce_state, type_info

Methods included from Internal::Util::SorbetRuntimeSupport

#const_missing, #define_sorbet_constant!, #sorbet_constant_defined?, #to_sorbet_type, to_sorbet_type

Constructor Details

#initialize(mp3: nil, wav: nil) ⇒ Object

Recording URLs in requested format. These URLs are valid for 10 minutes. After 10 minutes, you may retrieve recordings via API using Reports -> Call Recordings documentation, or via Mission Control under Reporting -> Recordings.

Parameters:

  • mp3 (String, nil) (defaults to: nil)

    Recording URL in requested ‘mp3` format.

  • wav (String, nil) (defaults to: nil)

    Recording URL in requested ‘wav` format.



# File 'lib/telnyx/models/conference_recording_saved_webhook_event.rb', line 39

Instance Attribute Details

#event_typeSymbol, ...

The type of event being delivered.



26
# File 'lib/telnyx/models/conference_recording_saved_webhook_event.rb', line 26

optional :event_type, enum: -> { Telnyx::ConferenceRecordingSavedWebhookEvent::Data::EventType }

#idString?

Identifies the type of resource.

Returns:

  • (String, nil)


20
# File 'lib/telnyx/models/conference_recording_saved_webhook_event.rb', line 20

optional :id, String

#payloadTelnyx::Models::ConferenceRecordingSavedWebhookEvent::Data::Payload?



31
# File 'lib/telnyx/models/conference_recording_saved_webhook_event.rb', line 31

optional :payload, -> { Telnyx::ConferenceRecordingSavedWebhookEvent::Data::Payload }

#record_typeSymbol, ...

Identifies the type of the resource.



37
# File 'lib/telnyx/models/conference_recording_saved_webhook_event.rb', line 37

optional :record_type, enum: -> { Telnyx::ConferenceRecordingSavedWebhookEvent::Data::RecordType }

Class Method Details

.valuesArray<Symbol>

Returns:

  • (Array<Symbol>)


# File 'lib/telnyx/models/conference_recording_saved_webhook_event.rb', line 56