Versions in this module Expand all Collapse all v0 v0.0.3 Sep 22, 2022 Changes in this version + const TwccExtensionAttributesKey + type Acknowledgment struct + Arrival time.Time + Departure time.Time + RTT time.Duration + Size int + TLCC uint16 + func (a Acknowledgment) String() string + type FeedbackAdapter struct + func NewFeedbackAdapter() *FeedbackAdapter + func (f *FeedbackAdapter) OnSent(ts time.Time, header *rtp.Header, size int, attributes interceptor.Attributes) error + func (f *FeedbackAdapter) OnTransportCCFeedback(ts time.Time, feedback *rtcp.TransportLayerCC) ([]Acknowledgment, error)