diff --git a/streaminfo.go b/streaminfo.go index d622312f..1fa373ac 100644 --- a/streaminfo.go +++ b/streaminfo.go @@ -25,6 +25,7 @@ type StreamInfo struct { Channels uint16 SDPFmtpLine string RTCPFeedback []RTCPFeedback + PayloadToMimeType map[uint8]string } // RTCPFeedback signals the connection to use additional RTCP packet types.