fromValues static method

Implementation

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