Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 339 Bytes

SetListen.md

File metadata and controls

18 lines (12 loc) · 339 Bytes

Freeclimb::SetListen

Properties

Name Type Description Notes
listen Boolean Specifying `false` will silence the Conference for this Participant. [optional]

Example

require 'freeclimb'

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