Skip to content

Latest commit

 

History

History
21 lines (14 loc) · 1.11 KB

File metadata and controls

21 lines (14 loc) · 1.11 KB

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]
request_id String ID of this request starting with prefix RQ followed by 40 hexadecimal characters. FreeClimb logs generated while processing this request include this requestId. If this value is not provided, FreeClimb generates a requestId and returns it as a header in the response (e.g., X-Pulse-Request-Id: <requestId>). [optional]

Code Sample

require 'Freeclimb'

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