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 0369070 commit dc09318Copy full SHA for dc09318
pkg/conference/messsage_processor.go
@@ -64,8 +64,6 @@ func (c *Conference) processPeerMessage(message common.Message[ParticipantID, pe
64
c.processDataChannelAvailableMessage(participant, msg)
65
case peer.RTCPReceived:
66
c.processForwardRTCPMessage(msg)
67
- case peer.PLISent:
68
- c.processPLISentMessage(msg)
69
default:
70
c.logger.Errorf("Unknown message type: %T", msg)
71
}
0 commit comments