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) = Utils.(args) meeting_list(.merge(type: 'live')) end |