We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 77ab74c commit 3ad0096Copy full SHA for 3ad0096
pkg/conference/state.go
@@ -90,7 +90,7 @@ func (c *Conference) getAvailableStreamsFor(forParticipant ParticipantID) event.
90
return streamsMetadata
91
}
92
93
-// Helper that returns the list of streams inside this conference that match the given stream IDs.
+// Helper that returns the list of streams inside this conference that match the given stream IDs and track IDs.
94
func (c *Conference) getTracks(identifiers []event.SFUTrackDescription) []*webrtc.TrackLocalStaticRTP {
95
tracks := make([]*webrtc.TrackLocalStaticRTP, 0)
96
for _, participant := range c.participants {
0 commit comments