[call-me] - update readme

This commit is contained in:
Miroslav Pejic
2024-10-09 12:37:52 +02:00
parent 94f9c8812b
commit d44483d0d3
2 changed files with 7 additions and 0 deletions
+6
View File
@@ -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
+1
View File
@@ -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();