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);