Module: Telnyx::Models::MeetingSession::Status
- Extended by:
- Internal::Type::Enum
- Defined in:
- lib/telnyx/models/meeting_session.rb,
sig/telnyx/models/meeting_session.rbs
Overview
Lifecycle status. waiting_for_admission means the bot reached the meeting
lobby and may require host approval. active means the bot entered the
meeting/media path. ended alone does not prove attendance; use non-null
joined_at as positive evidence that the session became active.
admission_denied is reserved for an explicit provider denial, while
cancellation or another termination can end a never-admitted session as ended.
Constant Summary collapse
- SCHEDULED =
:scheduled- JOINING =
:joining- WAITING_FOR_ADMISSION =
:waiting_for_admission- ACTIVE =
:active- LEAVING =
:leaving- ENDED =
:ended- FAILED =
:failed- ADMISSION_DENIED =
:admission_denied
Class Method Summary collapse
Instance Method Summary collapse
Methods included from Internal::Type::Enum
==, ===, coerce, dump, hash, inspect, to_sorbet_type, values
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
.values ⇒ Array<Symbol>
|
|
# File 'lib/telnyx/models/meeting_session.rb', line 375
|
Instance Method Details
#self?.values ⇒ ::Array[Telnyx::Models::MeetingSession::status]
273 |
# File 'sig/telnyx/models/meeting_session.rbs', line 273
def self?.values: -> ::Array[Telnyx::Models::MeetingSession::status]
|