case 'connected':
            if (this._reconnecting) {
                this.delegate._stopReconnectTimer(this.userID);
            }
            this.state = qbRTCPeerConnection.State.CONNECTED;