mirror of
https://github.com/pion/webrtc.git
synced 2025-11-01 19:22:49 +08:00
Update CI configs to v0.4.5
Update lint scripts and CI configs.
This commit is contained in:
@@ -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)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user