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