lib/generators/templates/chime_sdk.rb in amazon-chime-sdk-rails-1.1.1 vs lib/generators/templates/chime_sdk.rb in amazon-chime-sdk-rails-2.0.0
- old
+ new
@@ -9,12 +9,9 @@
# Configure prefix to make unique key of Chime SDK meetings and attendees.
# Default value is "#{config.application_name}-#{Rails.env}-".
config.prefix = "#{config.application_name}-#{Rails.env}-"
- # Configure default max_results value used in list_meetings API.
- config.max_meeting_results = 10
-
# Configure default max_results value used in list_attendees API.
config.max_attendee_results = 10
# Configure whether the application creates meeting with attendee in meetings#create action.
config.create_meeting_with_attendee = true
\ No newline at end of file