Skip to content

Commit dc09318

Browse files
SimonBrandnerdaniel-abramov
authored andcommitted
Remove leftover
Signed-off-by: Šimon Brandner <[email protected]>
1 parent 0369070 commit dc09318

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

pkg/conference/messsage_processor.go

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -64,8 +64,6 @@ func (c *Conference) processPeerMessage(message common.Message[ParticipantID, pe
6464
c.processDataChannelAvailableMessage(participant, msg)
6565
case peer.RTCPReceived:
6666
c.processForwardRTCPMessage(msg)
67-
case peer.PLISent:
68-
c.processPLISentMessage(msg)
6967
default:
7068
c.logger.Errorf("Unknown message type: %T", msg)
7169
}

0 commit comments

Comments
 (0)