Module: Wavix::Types::CallCreateResponseEventType

Extended by:
Internal::Types::Enum
Defined in:
lib/wavix/types/call_create_response_event_type.rb

Constant Summary collapse

CALL_SETUP =
"call_setup"
RINGING =
"ringing"
EARLY_MEDIA =
"early_media"
ANSWERED =
"answered"
COMPLETED =
"completed"
BUSY =
"busy"
CANCELLED =
"cancelled"
REJECTED =
"rejected"
ON_CALL_EVENT =
"on_call_event"

Method Summary

Methods included from Internal::Types::Enum

coerce, finalize!, inspect, load, strict!, strict?, values

Methods included from Internal::Types::Type

#coerce, #strict!, #strict?

Methods included from Internal::JSON::Serializable

#dump, #load