Skip to content

Commit 3ad0096

Browse files
Update the documentation in a conference state
Co-authored-by: Šimon Brandner <[email protected]>
1 parent 77ab74c commit 3ad0096

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/conference/state.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ func (c *Conference) getAvailableStreamsFor(forParticipant ParticipantID) event.
9090
return streamsMetadata
9191
}
9292

93-
// Helper that returns the list of streams inside this conference that match the given stream IDs.
93+
// Helper that returns the list of streams inside this conference that match the given stream IDs and track IDs.
9494
func (c *Conference) getTracks(identifiers []event.SFUTrackDescription) []*webrtc.TrackLocalStaticRTP {
9595
tracks := make([]*webrtc.TrackLocalStaticRTP, 0)
9696
for _, participant := range c.participants {

0 commit comments

Comments
 (0)