mirror of
https://codeberg.org/Mercury-IM/Smack
synced 2024-11-26 16:22:06 +01:00
Close Echo listener before trigger Session Established
git-svn-id: http://svn.igniterealtime.org/svn/repos/smack/trunk@7032 b35dd754-fafc-0310-a699-88a17e54d16e
This commit is contained in:
parent
78c6e3438b
commit
8115930299
1 changed files with 1 additions and 0 deletions
|
@ -1000,6 +1000,7 @@ public abstract class JingleSession extends JingleNegotiator {
|
|||
sli.sessionEstablished(pt, rc, lc,this);
|
||||
}
|
||||
}
|
||||
lc.getCandidateEcho().cancel();
|
||||
if (jingleMediaManager != null) {
|
||||
jingleMediaSession = jingleMediaManager.createMediaSession(pt, rc, lc);
|
||||
if (jingleMediaSession != null) {
|
||||
|
|
Loading…
Reference in a new issue