Method: Zoom::Actions::Meeting#meeting_live

Defined in:
lib/zoom/actions/meeting.rb

#meeting_live(*args) ⇒ Object

Lists the live meetings on Zoom.



62
63
64
65
# File 'lib/zoom/actions/meeting.rb', line 62

def meeting_live(*args)
  options = Utils.extract_options!(args)
  meeting_list(options.merge(type: 'live'))
end