fromValues static method

Implementation

static Iterable<RTCIceConnectionState> fromValues(Iterable<String> values) =>
    values.map(fromValue);