Module: Telnyx::Models::MeetingSessionCreateParams::CameraImage

Extended by:
Internal::Type::Union
Defined in:
lib/telnyx/models/meeting_session_create_params.rb,
sig/telnyx/models/meeting_session_create_params.rbs

Overview

Write-only static camera-tile image for this session, not a native account or participant profile photo. Supply exactly one JPEG source. When effective, the image is used as the bot's static camera/video output; presentation varies by meeting platform and recording configuration and is not guaranteed in recordings. An effective Avatar or Assistant webpage output takes precedence, so this input is ignored and a URL source is not fetched.

Defined Under Namespace

Classes: MeetingSessionCameraImageBase64Source, MeetingSessionCameraImageURLSource

Class Method Summary collapse

Instance Method Summary collapse

Methods included from Internal::Type::Union

==, ===, coerce, derefed_variants, dump, hash, inspect, to_sorbet_type, variants

Methods included from Internal::Util::SorbetRuntimeSupport

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

Methods included from Internal::Type::Converter

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

Instance Method Details

#initialize(base64_data:, format_: :jpeg) ⇒ Object

Some parameter documentations has been truncated, see MeetingSessionCameraImageBase64Source for more details.

Parameters:

  • base64_data (String)

    Canonical plain RFC 4648 Base64 for a valid decoded JPEG. Data URIs, whitespace,

  • format_ (Symbol, :jpeg) (defaults to: :jpeg)

    Only JPEG images are accepted.



# File 'lib/telnyx/models/meeting_session_create_params.rb', line 264

#self?.variants::Array[Telnyx::Models::MeetingSessionCreateParams::camera_image]

Returns:

  • (::Array[Telnyx::Models::MeetingSessionCreateParams::camera_image])


218
# File 'sig/telnyx/models/meeting_session_create_params.rbs', line 218

def self?.variants: -> ::Array[Telnyx::Models::MeetingSessionCreateParams::camera_image]