* Trace log inbound messages
On an ICE restart in controlled mode, seeing incoming messages
getting discarded to due to username mismatch. That is because the
broswer is still using its old candidate and user name. As the
controlled agent waits for `useCandidate` from the controlling agent,
the controlled agent does not get to connected/nominated state inspite
of getting several success responses. Suspect the controlling side does
not have `useCandidate` for the new pair and it is still sending it for
the old pair. Logging more details in trace to understand it better.
* Fix test
- Use a fixture to simplify the test.
- Remove call to findPair as it has no effect for the test.
- Replace assert with require, remove redundant error messages.
- Better naming.