[call-me] - update readme
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
@@ -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();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user