(feat): add call popout
This commit is contained in:
parent
18e507b439
commit
4f82b9c85b
6 changed files with 497 additions and 4 deletions
|
|
@ -21,6 +21,7 @@ import ChatScreen from "@tensamin/chat/screen";
|
|||
import CallScreen from "@tensamin/call/screen";
|
||||
import Login from "@/routes/screens/login";
|
||||
|
||||
import CallPopout from "@tensamin/call/popout";
|
||||
import ChatContext from "@tensamin/chat/context";
|
||||
import { useInitializeCall } from "@tensamin/call/store";
|
||||
import { Provider as TTPProvider } from "@tensamin/ttp";
|
||||
|
|
@ -147,6 +148,7 @@ function AppShell() {
|
|||
<Session>
|
||||
<UserContext>
|
||||
<CallInit />
|
||||
<CallPopout />
|
||||
<TAuthWrapper>
|
||||
<AppLayout>
|
||||
<ChatContext>
|
||||
|
|
|
|||
Loading…
Reference in a new issue