Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 369 Bytes

File metadata and controls

18 lines (12 loc) · 369 Bytes

Freeclimb::SetDTMFPassThrough

Properties

Name Type Description Notes
dtmf_pass_through Boolean Specifying `false` mutes the Participant's dtmf audio. [optional]

Example

require 'freeclimb'

instance = Freeclimb::SetDTMFPassThrough.new(
  dtmf_pass_through: null
)