ddd test 2

This commit is contained in:
2026-03-23 00:23:56 +01:00
parent fe9c1dd1c0
commit 69944d050a
129 changed files with 2486 additions and 813 deletions

View File

@@ -1,5 +1,5 @@
import { Observable } from 'rxjs';
import { ChatEvent } from '../../../core/models';
import { ChatEvent } from '../../../shared-kernel';
import { ScreenShareStartOptions } from '../screen-share.config';
import { PeerData } from '../realtime.types';
import { MediaManager } from '../media/media.manager';

View File

@@ -1,4 +1,4 @@
import { ChatEvent } from '../../../core/models';
import { ChatEvent } from '../../../shared-kernel';
import {
P2P_TYPE_SCREEN_SHARE_REQUEST,
P2P_TYPE_SCREEN_SHARE_STOP,