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);
|
||||
}
|
||||
});
|
||||
} else {
|
||||
acceptContentAdd(contentAddition, incomingContentAdd);
|
||||
}
|
||||
} else {
|
||||
throw new IllegalStateException(
|
||||
|
|
Loading…
Reference in a new issue