[mirotalksfu] - handle Video AI error

هذا الالتزام موجود في:
Miroslav Pejic
2024-08-06 09:47:09 +02:00
الأصل 8419c9feb0
التزام 6eb7d914f9

عرض الملف

@@ -7634,6 +7634,10 @@ class RoomClient {
})
.catch((err) => {
console.error('Video AI getAvatarList error:', err);
this.userLog('warning', 'Video AI getAvatarList error:\n' + err, 'top-end', 6000);
this.getId('tabVideoAI').style.display = 'none';
this.getId('tabVideoAIBtn').style.display = 'none';
this.getId('tabRoomBtn').click();
});
}