We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents e3fac88 + 91dab7e commit 702c2caCopy full SHA for 702c2ca
1 file changed
lib/bigbluebutton_api.rb
@@ -461,6 +461,10 @@ def get_recordings(options={})
461
options[:meetingID] = options[:meetingID].join(",") if options[:meetingID].instance_of?(Array)
462
end
463
464
+ if options.has_key?(:state)
465
+ options[:state] = options[:state].join(",") if options[:state].instance_of?(Array)
466
+ end
467
+
468
response = send_api_request(:getRecordings, options)
469
470
formatter = BigBlueButtonFormatter.new(response)
0 commit comments