Add an RTX-associated TrackLocal #3971
Annotations
10 errors and 1 warning
examples/bandwidth-estimation-from-disk/main.go#L24
could not import github.com/pion/webrtc/v4 (-: # github.com/pion/webrtc/v4
|
peerconnection.go#L1958
cannot use track (variable of type *TrackLocalStaticSample) as TrackLocal value in argument to pc.newTransceiverFromTrack: *TrackLocalStaticSample does not implement TrackLocal (missing method RTXTrackLocal)) (typecheck)
|
examples/bandwidth-estimation-from-disk/main.go#L283
undefined: webrtc (typecheck)
|
examples/bandwidth-estimation-from-disk/main.go#L293
undefined: webrtc (typecheck)
|
examples/bandwidth-estimation-from-disk/main.go#L62
undefined: webrtc (typecheck)
|
examples/broadcast/main.go#L22
could not import github.com/pion/webrtc/v4 (-: # github.com/pion/webrtc/v4
|
peerconnection.go#L1958
cannot use track (variable of type *TrackLocalStaticSample) as TrackLocal value in argument to pc.newTransceiverFromTrack: *TrackLocalStaticSample does not implement TrackLocal (missing method RTXTrackLocal)) (typecheck)
|
examples/custom-logger/main.go#L15
could not import github.com/pion/webrtc/v4 (-: # github.com/pion/webrtc/v4
|
peerconnection.go#L1958
cannot use track (variable of type *TrackLocalStaticSample) as TrackLocal value in argument to pc.newTransceiverFromTrack: *TrackLocalStaticSample does not implement TrackLocal (missing method RTXTrackLocal)) (typecheck)
|
peerconnection.go#L1958
cannot use track (variable of type *TrackLocalStaticSample) as TrackLocal value in argument to pc.newTransceiverFromTrack: *TrackLocalStaticSample does not implement TrackLocal (missing method RTXTrackLocal)
|
|
This job failed
Loading