Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 518 Bytes

File metadata and controls

20 lines (14 loc) · 518 Bytes

Freeclimb::SetListen

Properties

Name Type Description Notes
call_id String ID of the call leg that is to be assigned the listen privilege. The Call must be in a Conference or an error will be triggered.
listen Boolean Specifying `false` will silence the Conference for this Participant. [optional]

Example

require 'freeclimb'

instance = Freeclimb::SetListen.new(
  call_id: null,
  listen: null
)