Class: Bandwidth::DeviceApiVersionEnum

Inherits:
Object
  • Object
show all
Defined in:
lib/bandwidth/web_rtc_lib/web_rtc/models/device_api_version_enum.rb

Overview

Optional field to define the device api version of this participant

Constant Summary collapse

DEVICE_API_VERSION_ENUM =
[
  # TODO: Write general description for V3
  V3 = 'V3'.freeze,

  # TODO: Write general description for V2
  V2 = 'V2'.freeze
].freeze