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
-
#initialize(base64_data:, format_: :jpeg) ⇒ Object
Some parameter documentations has been truncated, see MeetingSessionCameraImageBase64Source for more details.
- #self?.variants ⇒ ::Array[Telnyx::Models::MeetingSessionCreateParams::camera_image]
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
Class Method Details
.variants ⇒ Array(Telnyx::Models::MeetingSessionCreateParams::CameraImage::MeetingSessionCameraImageBase64Source, Telnyx::Models::MeetingSessionCreateParams::CameraImage::MeetingSessionCameraImageURLSource)
|
|
# File 'lib/telnyx/models/meeting_session_create_params.rb', line 304
|
Instance Method Details
#initialize(base64_data:, format_: :jpeg) ⇒ Object
Some parameter documentations has been truncated, see MeetingSessionCameraImageBase64Source for more details.
|
|
# File 'lib/telnyx/models/meeting_session_create_params.rb', line 264
|
#self?.variants ⇒ ::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]
|