The first check is ff FEC is operating, it is contained in a "red" packet, that is an RTP packet with redundant data. This is (in webrtc case) indicated via a payload type of 116. Normal VP8 data has a payload type of 100.
This much you can find out from Wireshark.
However, the presence of red packets does not gurantee the presence the redundant "ulpfec" data within it. And unfortunately, as the RTP packet is encrypted it is very difficult to find this out with Wireshark. Even if it could decode the red header, it can't get to it. You would need to decode and parse the packets in a client application to find that out.