lib/telnyx/conference.rb in telnyx-2.9.0 vs lib/telnyx/conference.rb in telnyx-3.0.0

- old
+ new

@@ -4,10 +4,10 @@ class Conference < APIResource extend APIOperations::List extend APIOperations::Create extend APIOperations::NestedResource - ACTIONS = %w[join mute unmute hold unhold speak play dial_participant update].freeze + ACTIONS = %w[join mute unmute hold unhold leave speak stop play dial_participant update record_pause record_resume].freeze ACTIONS.each do |action| nested_resource_class_methods action, path: ["actions", action], operations: [:create],