Skip to content

Latest commit

 

History

History
26 lines (20 loc) · 784 Bytes

File metadata and controls

26 lines (20 loc) · 784 Bytes

Freeclimb::CallControlWebhook

Properties

Name Type Description Notes
request_type String Context or reason why this request is being made. Will be callControl. [optional]
call_id String Unique ID for this Call, generated by FreeClimb. [optional]
account_id String Account ID associated with your account. [optional]
conference_id String Unique ID of the Conference. [optional]
digits String String of digits entered by the participant. [optional]

Example

require 'freeclimb'

instance = Freeclimb::CallControlWebhook.new(
  request_type: null,
  call_id: null,
  account_id: null,
  conference_id: null,
  digits: null
)