Sha256: 2dec173db6b81a6d2cdd68c7d093d3861941886965d7f41f6c4ce75732d72ac7

Contents?: true

Size: 627 Bytes

Versions: 14

Compression:

Stored size: 627 Bytes

Contents

# bandwidth
#
# This file was automatically generated by APIMATIC v2.0
# ( https://apimatic.io ).

module Bandwidth
  # The machine detection mode. If set to 'async', the detection result will be
  # sent in a 'machineDetectionComplete' callback. If set to 'sync', the
  # 'answer' callback will wait for the machine detection to complete and will
  # include its result. Default is 'async'.
  class ModeEnum
    MODE_ENUM = [
      # TODO: Write general description for SYNC
      SYNC = 'sync'.freeze,

      # TODO: Write general description for ASYNC
      ASYNC = 'async'.freeze
    ].freeze
  end
end

Version data entries

14 entries across 14 versions & 1 rubygems

Version Path
bandwidth-sdk-10.5.0 lib/bandwidth/voice_lib/voice/models/mode_enum.rb
bandwidth-sdk-10.4.0 lib/bandwidth/voice_lib/voice/models/mode_enum.rb
bandwidth-sdk-10.3.0 lib/bandwidth/voice_lib/voice/models/mode_enum.rb
bandwidth-sdk-10.2.0 lib/bandwidth/voice_lib/voice/models/mode_enum.rb
bandwidth-sdk-10.1.0 lib/bandwidth/voice_lib/voice/models/mode_enum.rb
bandwidth-sdk-10.0.0 lib/bandwidth/voice_lib/voice/models/mode_enum.rb
bandwidth-sdk-9.4.1 lib/bandwidth/voice_lib/voice/models/mode_enum.rb
bandwidth-sdk-9.4.0 lib/bandwidth/voice_lib/voice/models/mode_enum.rb
bandwidth-sdk-9.3.0 lib/bandwidth/voice_lib/voice/models/mode_enum.rb
bandwidth-sdk-9.2.0 lib/bandwidth/voice_lib/voice/models/mode_enum.rb
bandwidth-sdk-9.1.2 lib/bandwidth/voice_lib/voice/models/mode_enum.rb
bandwidth-sdk-9.1.1 lib/bandwidth/voice_lib/voice/models/mode_enum.rb
bandwidth-sdk-9.1.0 lib/bandwidth/voice_lib/voice/models/mode_enum.rb
bandwidth-sdk-9.0.0 lib/bandwidth/voice_lib/voice/models/mode_enum.rb