RTCIceCandidateType enum
Values
- host → const RTCIceCandidateType
-
const RTCIceCandidateType('host')
- srflx → const RTCIceCandidateType
-
const RTCIceCandidateType('srflx')
- prflx → const RTCIceCandidateType
-
const RTCIceCandidateType('prflx')
- relay → const RTCIceCandidateType
-
const RTCIceCandidateType('relay')
Properties
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Static Methods
-
fromValue(
String value) → RTCIceCandidateType -
fromValues(
Iterable< String> values) → Iterable<RTCIceCandidateType>
Constants
-
values
→ const List<
RTCIceCandidateType> - A constant List of the values in this enum, in order of their declaration.