From d15c075a3d67caf02c3030590df70ea87f706995 Mon Sep 17 00:00:00 2001 From: moxitech Date: Mon, 14 Oct 2024 03:24:45 +0700 Subject: [PATCH] Nadpisi --- src/components/CallContainer.tsx | 9 +++++++-- src/components/ExploreContainer.tsx | 1 + 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/src/components/CallContainer.tsx b/src/components/CallContainer.tsx index a330166..8a0b1ab 100644 --- a/src/components/CallContainer.tsx +++ b/src/components/CallContainer.tsx @@ -1,11 +1,16 @@ import React from 'react'; // import './ExploreContainer.css'; +// setCalling => bool : true - звонок включен, false - звонок выключен +// const CallContainer: React.FC = () => { - + // Растягивался на весь экран + // По середине: кнопки: завершить звонок, вывод сколько времени идет звонок (обнулять при завершении) + // Тебе поможет ionic modal + return (
- +
); }; diff --git a/src/components/ExploreContainer.tsx b/src/components/ExploreContainer.tsx index c583de6..8e28e36 100644 --- a/src/components/ExploreContainer.tsx +++ b/src/components/ExploreContainer.tsx @@ -16,6 +16,7 @@ const ExploreContainer: React.FC = () => { // Инициализация Peer без сервера, только для локальной сети const newPeer = new Peer({ debug: 3, + }); setPeer(newPeer);