Skip to content

Commit

Permalink
fix other call
Browse files Browse the repository at this point in the history
  • Loading branch information
frostbyte73 committed Dec 18, 2024
1 parent ca20e01 commit fa0fe4c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/pipeline/source/sdk.go
Original file line number Diff line number Diff line change
Expand Up @@ -217,7 +217,7 @@ func (s *SDKSource) awaitParticipantTracks(identity string) (uint32, uint32, err
pubs := rp.TrackPublications()
expected := 0
for _, pub := range pubs {
if shouldSubscribe(pub) {
if s.shouldSubscribe(pub) {
expected++
}
}
Expand Down

0 comments on commit fa0fe4c

Please sign in to comment.