Class: Vapi::CallType

Inherits:
Object
  • Object
show all
Defined in:
lib/vapi_server_sdk/types/call_type.rb

Overview

This is the type of call.

Constant Summary collapse

INBOUND_PHONE_CALL =
"inboundPhoneCall"
OUTBOUND_PHONE_CALL =
"outboundPhoneCall"
WEB_CALL =
"webCall"