Closed fippo closed 10 years ago
https://github.com/otalk/jingle.js/blob/master/lib/mediaSession.js#L88 looks like the peer is not notified when createAnswer fails. I think terminating the session with a failed-application error is the right thing to do.
Same for fileSession
fileSession
https://github.com/otalk/jingle.js/blob/master/lib/mediaSession.js#L88 looks like the peer is not notified when createAnswer fails. I think terminating the session with a failed-application error is the right thing to do.