Open bdrtc opened 2 years ago
In terms of explicit API support, this was supported in the ORTC API via the RTCRtpFeedback dictionary. So it would be possible to support it, if there is implementer interest.
For 1, we can active audio retransmission via munging SDP, but for audio rtx feature, there is no similar way to active it in web , audio rtx is necessary when nack is used, otherwise , it will corrupt the RTCP statistics.
1.webrtc support audio nack, but its disabled default, currently user can only active this via munging SDP. most webrtc platform enable audio nack via munging sdp(include google meet also:>).
is it necessary to clarify those in extension spec?