Sha256: e57687c5d83bb66951ae28cbc87066c6d6e285f9f0264b5ff42365691f9e2d49
Contents?: true
Size: 229 Bytes
Versions: 16
Compression:
Stored size: 229 Bytes
Contents
module Zoom module Constants module Webinar AUDIO_TYPE = { 'Both Telephony and VoIP' => 'both', # default 'Telephony only' => 'telephony', 'VoIP only' => 'voip' }.freeze end end end
Version data entries
16 entries across 16 versions & 1 rubygems