trickle ice allows to accelerate the session handshake by sending ice candidates asynchronously (instead waiting the sdp to be ready). But we should not set the ice candidates until a remote description is set...there is two solutions:
- slow down handshake...bah
- or may be check connection state change on each peer
trickle ice allows to accelerate the session handshake by sending ice candidates asynchronously (instead waiting the sdp to be ready). But we should not set the ice candidates until a remote description is set...there is two solutions: