Module: Zoom::Constants

Defined in:
lib/zoom/constants/constants.rb,
lib/zoom/constants/user/types.rb,
lib/zoom/constants/meeting/types.rb,
lib/zoom/constants/webinar/types.rb,
lib/zoom/constants/recurrence/types.rb,
lib/zoom/constants/user/create_types.rb,
lib/zoom/constants/meeting/audio_type.rb,
lib/zoom/constants/webinar/audio_type.rb,
lib/zoom/constants/meeting/approval_types.rb,
lib/zoom/constants/meeting/auto_recording.rb,
lib/zoom/constants/recurrence/weekly_days.rb,
lib/zoom/constants/webinar/approval_types.rb,
lib/zoom/constants/webinar/auto_recording.rb,
lib/zoom/constants/recurrence/monthly_weeks.rb,
lib/zoom/constants/account/options/pay_modes.rb,
lib/zoom/constants/meeting/registration_types.rb,
lib/zoom/constants/webinar/registration_types.rb,
lib/zoom/constants/account/settings/permitted_settings.rb

Defined Under Namespace

Modules: Account, Meeting, Recurrence, User, Webinar

Constant Summary collapse

IM_GROUP_TYPES =
{
  'normal' => 'Only members can see the group automatically. Other people can search members in the group.', # default
  'shared' => 'All people in the account can see the group and members automatically',
  'restricted' => 'Nobody can see the group or search members except the members in the group'
}.freeze
REGISTRANT_STATUS_ACTIONS =
{
  'Approve registrant' => 'approve',
  'Cancel registrant' => 'cancel',
  'Deny registrant' => 'deny'
}.freeze