Connect to server on port 4443

This commit is contained in:
Chigozirim Igweamaka 2024-06-10 08:25:29 +01:00
parent 96e9c39bc1
commit 2ccf2e96c4

View file

@ -11,8 +11,8 @@ import "react-toastify/dist/ReactToastify.css";
import { MediaRecorder, register } from "extendable-media-recorder";
import { connect } from "extendable-media-recorder-wav-encoder";
var socket = io("http://localhost:5000");
// var socket = io("https://localport.online/");
// var socket = io("http://localhost:5000");
var socket = io("https://localport.online:4443/");
function App() {
const [stream, setStream] = useState();