Skip to content

Commit 450d195

Browse files
committed
Move TODO
Signed-off-by: Šimon Brandner <[email protected]>
1 parent 23d9294 commit 450d195

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pkg/conference/data_channel_message_processor.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,8 @@ func (c *Conference) processTrackSubscriptionDCMessage(
1313
) {
1414
participant.logger.Info("Received track subscription request over DC")
1515

16+
// TODO: Handle unsubscribe
17+
1618
// Find tracks based on what we were asked for.
1719
tracks := c.getTracks(msg.Subscribe)
1820

@@ -44,8 +46,6 @@ func (c *Conference) processTrackSubscriptionDCMessage(
4446
return
4547
}
4648
}
47-
48-
// TODO: Handle unsubscribe
4949
}
5050

5151
func (c *Conference) processNegotiateDCMessage(participant *Participant, msg event.FocusCallNegotiateEventContent) {

0 commit comments

Comments
 (0)