junjialee

Results 2 issues of junjialee

### What did you do? Hi, I test the signaling delay in a poor network with signaling round trip time, dataChannel has a poor performance compared to websocket and kcp....

**Description** why only enable video rtcp nack generator? but audio packet do not process? bool RtcpNackGenerator::handleRtpPacket(std::shared_ptr packet){ if (packet->type != VIDEO_PACKET) { return false; } **Steps to reproduce the issue:**...