Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 318 Bytes

File metadata and controls

18 lines (12 loc) · 318 Bytes

Freeclimb::TerminateConference

Properties

Name Type Description Notes
conference_id String ID of the conference to terminate.

Example

require 'freeclimb'

instance = Freeclimb::TerminateConference.new(
  conference_id: null
)