case 'closed':
            this.delegate._stopReconnectTimer(this.userID);
            this.state = qbRTCPeerConnection.State.CLOSED;
            connectionState = Helpers.SessionConnectionState.CLOSED;
            break;