From d44483d0d36827e581cf7e097bafe68fbb116a9d Mon Sep 17 00:00:00 2001 From: Miroslav Pejic Date: Wed, 9 Oct 2024 12:37:52 +0200 Subject: [PATCH] [call-me] - update readme --- README.md | 6 ++++++ public/client.js | 1 + 2 files changed, 7 insertions(+) diff --git a/README.md b/README.md index f526596..d1f2952 100644 --- a/README.md +++ b/README.md @@ -23,6 +23,12 @@ This project allows you to: **[Install Node.js and npm](https://nodejs.org/en/download)** ```shell +# Clone this repo +git clone https://github.com/miroslavpejic85/call-me.git + +# Go to to dir call-me +cd call-me + # Copy .env.template to .env cp .env.template .env diff --git a/public/client.js b/public/client.js index 5c8b14b..117b23f 100755 --- a/public/client.js +++ b/public/client.js @@ -276,6 +276,7 @@ function initializeConnection() { remoteVideo.playsInline = true; remoteVideo.autoplay = true; remoteVideo.controls = false; + //remoteVideo.click(); // The remote video start in full screen mode if supported startSessionTime();