lib/zoom/actions/meeting.rb in zoom_rb-1.1.4 vs lib/zoom/actions/meeting.rb in zoom_rb-1.1.5

- old
+ new

@@ -45,11 +45,18 @@ ] # Register for a meeting. patch 'meeting_registrant_questions', '/meeting/:meeting_id/registrants/questions' + # List users that have registered for a meeting. + get 'list_meeting_registrants', '/meetings/:meeting_id/registrants', + permit: %i[occurrence_id status page_size next_page_token] + # Retrieve ended meeting details get 'past_meeting_details', '/past_meetings/:meeting_uuid' + + # Retrieve past meeting instances + get 'past_meeting_instances', '/past_meetings/:meeting_id/instances' # Retrieve ended meeting participants get 'past_meeting_participants', '/past_meetings/:meeting_uuid/participants' patch 'livestream', '/meetings/:meeting_id/livestream',