WebRTC NACK is Negative Acknowledgement. One of the mechanisms for delivery errors correction in WebRTC.

NACK is a way for the receiving party to indicate that it has not received a specific packet or list of packets. The NACK message is sent via RTCP to the sender of the stream, which decides whether the lost packet will be re-transmitted or refuses the re-transmit relaying on an internal implementation.