types constant

Map<String, IceCandidateType> const types

Implementation

static const Map<String, IceCandidateType> types = {
  'host': IceCandidateType.host,
  'prflx': IceCandidateType.prflx,
  'relay': IceCandidateType.relay,
  'srflx': IceCandidateType.srflx,
};