mmm. when I build stun package(bind user) and send I have got answer 401 unauthorized. as I see in cromium source there maybe 2 reason.
or username is invalid or message-integrity hash not verified. I have doubts that problem is correct hmac-sha1 hash building. because I can't
correctly verify incoming user bind request from another peer. also I think another problem when I send xor-mapped-address to another peer.
it ignored entirely not any answer. I trying to find hmac-sha1 build correct form. btw. I use only stun-server(mozilla stun stun:23.21.150.121),
but chromiums as webrtc peers.