Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 391 Bytes

File metadata and controls

18 lines (12 loc) · 391 Bytes

Freeclimb::RemoveFromConference

Properties

Name Type Description Notes
call_id String ID of the Call leg to be removed from the Conference. The Call must be in a Conference or an error will be triggered.

Example

require 'freeclimb'

instance = Freeclimb::RemoveFromConference.new(
  call_id: null
)