fromValues static method

Implementation

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