Add an RTX-associated TrackLocal #4231
Annotations
10 errors and 1 warning
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)
|
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)
|
interceptor_test.go#L76
cannot use track (variable of type *TrackLocalStaticSample) as TrackLocal value in argument to offerer.AddTrack: *TrackLocalStaticSample does not implement TrackLocal (missing method RTXTrackLocal)
|
interceptor_test.go#L164
cannot use track (variable of type *TrackLocalStaticSample) as TrackLocal value in argument to sender.AddTrack: *TrackLocalStaticSample does not implement TrackLocal (missing method RTXTrackLocal)
|
interceptor_test.go#L249
cannot use track (variable of type *TrackLocalStaticRTP) as TrackLocal value in argument to offerer.AddTrack: *TrackLocalStaticRTP does not implement TrackLocal (missing method RTXTrackLocal)
|
ortc_media_test.go#L34
cannot use track (variable of type *TrackLocalStaticSample) as TrackLocal value in argument to stackA.api.NewRTPSender: *TrackLocalStaticSample does not implement TrackLocal (missing method RTXTrackLocal)
|
peerconnection_go_test.go#L1067
cannot use track (variable of type *TrackLocalStaticRTP) as TrackLocal value in argument to offerPC.AddTrack: *TrackLocalStaticRTP does not implement TrackLocal (missing method RTXTrackLocal)
|
peerconnection_go_test.go#L1205
cannot use track (variable of type *TrackLocalStaticSample) as TrackLocal value in argument to pc.AddTransceiverFromTrack: *TrackLocalStaticSample does not implement TrackLocal (missing method RTXTrackLocal)
|
peerconnection_media_test.go#L133
cannot use vp8Track (variable of type *TrackLocalStaticSample) as TrackLocal value in argument to pcOffer.AddTrack: *TrackLocalStaticSample does not implement TrackLocal (missing method RTXTrackLocal)
|
peerconnection_media_test.go#L248
cannot use opusTrack (variable of type *TrackLocalStaticSample) as TrackLocal value in argument to pcOffer.AddTrack: *TrackLocalStaticSample does not implement TrackLocal (missing method RTXTrackLocal)
|
|
This job failed
Loading