Variable IceReasonCodeConst

IceReasonCode: {
    GatheringTimeout: "ice_gathering_timeout";
    MultipleInterfaces: "ice_multiple_interfaces";
    NoCandidates: "ice_no_candidates";
    NoSelectedPair: "ice_no_selected_pair";
    OnlyHostCandidates: "ice_only_host_candidates";
    OnlyRelayCandidates: "ice_only_relay_candidates";
    ServerNoCandidates: "ice_server_no_candidates";
    StrictNetwork: "ice_strict_network";
    TurnRequired: "ice_turn_required";
    VpnDetected: "ice_vpn_detected";
} = ...

ICE-related reason codes.

Type declaration

  • Readonly GatheringTimeout: "ice_gathering_timeout"
  • Readonly MultipleInterfaces: "ice_multiple_interfaces"
  • Readonly NoCandidates: "ice_no_candidates"
  • Readonly NoSelectedPair: "ice_no_selected_pair"
  • Readonly OnlyHostCandidates: "ice_only_host_candidates"
  • Readonly OnlyRelayCandidates: "ice_only_relay_candidates"

    Deprecated

    Use TurnRequired.

  • Readonly ServerNoCandidates: "ice_server_no_candidates"
  • Readonly StrictNetwork: "ice_strict_network"
  • Readonly TurnRequired: "ice_turn_required"
  • Readonly VpnDetected: "ice_vpn_detected"