Update CI configs to v0.4.5

Update lint scripts and CI configs.
This commit is contained in:
Pion
2020-09-09 06:14:49 +00:00
committed by Sean DuBois
parent 611e675862
commit 0466659207
5 changed files with 170 additions and 165 deletions

View File

@@ -96,7 +96,7 @@ func (t *RTPTransceiver) setDirection(d RTPTransceiverDirection) {
}
func (t *RTPTransceiver) setSendingTrack(track *Track) error {
t.Sender().track = track
t.Sender().setTrack(track)
if track == nil {
t.setSender(nil)
}