Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 685 Bytes

File metadata and controls

20 lines (14 loc) · 685 Bytes

Freeclimb::UpdateConferenceParticipantRequest

Properties

Name Type Description Notes
talk Boolean (Optional) Default is `true`. Setting to `false` mutes the Participant. FreeClimb returns an error and ignores any other value. [optional]
listen Boolean (Optional) Default is `true`. Setting to `false` silences the Conference for this Participant. FreeClimb returns an error and ignores any other value. [optional]

Example

require 'freeclimb'

instance = Freeclimb::UpdateConferenceParticipantRequest.new(
  talk: null,
  listen: null
)