case 'disconnected':
            this.delegate._startReconnectTimer(this.userID);
            this.state = qbRTCPeerConnection.State.DISCONNECTED;
            connectionState = Helpers.SessionConnectionState.DISCONNECTED;
            break;