Module webrtc.java

Class RTCRtpParameters

    • Field Detail

      • codecs

        public List<RTCRtpCodecParameters> codecs
        A list containing the media codecs that an RTCRtpSender will choose from, as well as entries for RTX, RED and FEC mechanisms. Corresponding to each media codec where retransmission via RTX is enabled, there will be an entry in codecs with a mimeType attribute indicating retransmission via "audio/rtx" or "video/rtx", and an sdpFmtpLine attribute (providing the "apt" and "rtx-time" parameters).
    • Constructor Detail

      • RTCRtpParameters

        public RTCRtpParameters()