- TYPES =
{
5 => 'Webinar',
6 => 'Recurring Webinar with no fixed time',
9 => 'Recurring Webinar with fixed time'
}.freeze
- AUDIO_TYPE =
{
'Both Telephony and VoIP' => 'both',
'Telephony only' => 'telephony',
'VoIP only' => 'voip'
}.freeze
- APPROVAL_TYPES =
{
0 => 'Automatically Approve',
1 => 'Manually Approve',
2 => 'No Registration Required'
}.freeze
- AUTO_RECORDING =
{
'Record to local device' => 'local',
'Record to cloud' => 'cloud',
'No Recording' => 'none'
}.freeze
- REGISTRATION_TYPES =
{
1 => 'Attendees register once and can attend any of the occurrences',
2 => 'Attendees need to register for each occurrence to attend',
3 => 'Attendees register once and can choose one or more occurrences to attend'
}.freeze