mirror of
https://github.com/cinnyapp/cinny.git
synced 2025-11-05 23:10:28 +03:00
Remove CallActivation
This commit is contained in:
parent
19f1df798f
commit
07a980a0c7
1 changed files with 0 additions and 2 deletions
|
|
@ -62,7 +62,6 @@ import { RoomSettingsRenderer } from '../features/room-settings';
|
||||||
import { ClientRoomsNotificationPreferences } from './client/ClientRoomsNotificationPreferences';
|
import { ClientRoomsNotificationPreferences } from './client/ClientRoomsNotificationPreferences';
|
||||||
import { SpaceSettingsRenderer } from '../features/space-settings';
|
import { SpaceSettingsRenderer } from '../features/space-settings';
|
||||||
import { CallProvider } from './client/CallProvider';
|
import { CallProvider } from './client/CallProvider';
|
||||||
import { CallActivationEffect } from './call/CallActivation';
|
|
||||||
import { PersistentCallContainer } from './call/PersistentCallContainer';
|
import { PersistentCallContainer } from './call/PersistentCallContainer';
|
||||||
|
|
||||||
export const createRouter = (clientConfig: ClientConfig, screenSize: ScreenSize) => {
|
export const createRouter = (clientConfig: ClientConfig, screenSize: ScreenSize) => {
|
||||||
|
|
@ -131,7 +130,6 @@ export const createRouter = (clientConfig: ClientConfig, screenSize: ScreenSize)
|
||||||
<Outlet />
|
<Outlet />
|
||||||
</PersistentCallContainer>
|
</PersistentCallContainer>
|
||||||
</ClientLayout>
|
</ClientLayout>
|
||||||
<CallActivationEffect />
|
|
||||||
</CallProvider>
|
</CallProvider>
|
||||||
<RoomSettingsRenderer />
|
<RoomSettingsRenderer />
|
||||||
<SpaceSettingsRenderer />
|
<SpaceSettingsRenderer />
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue