Support PayloadTypes changing a TrackRemote

If the PayloadType changes for a SSRC update the codec on the
TrackRemote.

Resolves #1850
This commit is contained in:
digitalix
2021-06-27 13:40:51 -04:00
committed by Sean DuBois
parent 7948437b0b
commit f8a8c09949
6 changed files with 156 additions and 127 deletions

View File

@@ -219,4 +219,6 @@ var (
errICETransportNotInNew = errors.New("ICETransport can only be called in ICETransportStateNew")
errCertificatePEMFormatError = errors.New("bad Certificate PEM format")
errRTPTooShort = errors.New("not long enough to be a RTP Packet")
)