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 cc75a83 commit 7be5186Copy full SHA for 7be5186
pkg/conference/data_channel_message_processor.go
@@ -36,7 +36,7 @@ func (c *Conference) processTrackSubscriptionDCMessage(
36
}
37
38
39
- // Subscribe to the found tracks
+ // Subscribe to the found tracks.
40
for _, track := range tracks {
41
participant.logger.WithField("track_id", track.ID()).Debug("Subscribing to track")
42
if err := participant.peer.SubscribeTo(track); err != nil {
0 commit comments