fromString static method

RTCRtpMediaType fromString(
  1. String type
)

Implementation

static RTCRtpMediaType fromString(String type) => types[type]!;