if (!isActionAllowedInSignalingState('setRemoteDescription',
          description.type, this.signalingState) || this._isClosed) {
        return Promise.reject(makeError('InvalidStateError',
            'Can not set remote ' + description.type +
            ' in state ' + pc.signalingState));