This commit is contained in:
moxitech 2024-10-14 03:24:45 +07:00
parent a0aed1eeb7
commit d15c075a3d
2 changed files with 8 additions and 2 deletions

View File

@ -1,11 +1,16 @@
import React from 'react';
// import './ExploreContainer.css';
// setCalling => bool : true - звонок включен, false - звонок выключен
//
const CallContainer: React.FC = () => {
// Растягивался на весь экран
// По середине: кнопки: завершить звонок, вывод сколько времени идет звонок (обнулять при завершении)
// Тебе поможет ionic modal
return (
<div id="container">
</div>
);
};

View File

@ -16,6 +16,7 @@ const ExploreContainer: React.FC = () => {
// Инициализация Peer без сервера, только для локальной сети
const newPeer = new Peer({
debug: 3,
});
setPeer(newPeer);