fix accepting senders both content adds
This commit is contained in:
parent
80c49955f0
commit
622b569bbc
|
@ -862,6 +862,8 @@ public class JingleRtpConnection extends AbstractJingleConnection
|
||||||
acceptContentAdd(contentAddition, incomingContentAdd);
|
acceptContentAdd(contentAddition, incomingContentAdd);
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
} else {
|
||||||
|
acceptContentAdd(contentAddition, incomingContentAdd);
|
||||||
}
|
}
|
||||||
} else {
|
} else {
|
||||||
throw new IllegalStateException(
|
throw new IllegalStateException(
|
||||||
|
|
Loading…
Reference in a new issue