|
@@ -549,7 +549,6 @@ export default class JingleSessionPC extends JingleSession {
|
549
|
549
|
const state = this.peerconnection.signalingState;
|
550
|
550
|
const remoteDescription = this.peerconnection.remoteDescription;
|
551
|
551
|
|
552
|
|
- this.room.eventEmitter.emit(XMPPEvents.PEERCONNECTION_READY, this);
|
553
|
552
|
if (browser.usesUnifiedPlan() && state === 'stable'
|
554
|
553
|
&& remoteDescription && typeof remoteDescription.sdp === 'string') {
|
555
|
554
|
logger.debug(`onnegotiationneeded fired on ${this.peerconnection} in state: ${state}`);
|