Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 304 Bytes

SetTalk.md

File metadata and controls

18 lines (12 loc) · 304 Bytes

Freeclimb::SetTalk

Properties

Name Type Description Notes
talk Boolean Specifying `false` mutes the Participant. [optional]

Example

require 'freeclimb'

instance = Freeclimb::SetTalk.new(
  talk: null
)