feat(tests): Uses memory logs on failure and stops logging during conference.

This commit is contained in:
damencho
2025-10-21 18:53:08 -05:00
committed by Дамян Минков
parent e0cad48734
commit e82ef6de4b
4 changed files with 44 additions and 3 deletions

View File

@@ -1375,7 +1375,7 @@ export default {
}
APP.store.dispatch(updateRemoteParticipantFeatures(user));
logger.log(`USER ${id} connected:`, user);
logger.log(`USER ${id} connected`);
APP.UI.addUser(user);
});