Closed fippo closed 10 years ago
https://github.com/legastero/jingle.js/blob/master/lib/mediaSession.js#L98
basically you shouldn't create an answer until the session is accepted. This currently means an async .accept() outside the accept event fails and candidates are sent before session-accept.
that was fixed quite a while ago...
https://github.com/legastero/jingle.js/blob/master/lib/mediaSession.js#L98
basically you shouldn't create an answer until the session is accepted. This currently means an async .accept() outside the accept event fails and candidates are sent before session-accept.