From 3622d663c48e71dabe1840f1198c6dd58f149109 Mon Sep 17 00:00:00 2001 From: Miroslav Pejic Date: Fri, 19 Feb 2021 20:16:31 +0100 Subject: [PATCH] [mirotalk] - update readme --- README.md | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index 9ebc5e5e..087fc8d1 100644 --- a/README.md +++ b/README.md @@ -42,6 +42,13 @@ Open the app in one of following **supported browser** - No download required, entirely browser based - Direct peer to peer connection ensures lowest latency +## Demo + +- Open https://mirotalk.herokuapp.com/ +- Allow to use the camera and microphone +- Click the first button to copy the url and then share it +- Wait someone to join for video conference + ## Quick start - You will need to have [Node.js](https://nodejs.org/it/) installed, this project has been tested with Node version 12.X @@ -88,13 +95,6 @@ npm start - If you want to use a client on another computer/network, make sure you publish your server on an HTTPS connection. You can use a service like [ngrok](https://ngrok.com/) Or deploy it on [heroku](https://www.heroku.com/). -## Demo - -- Open https://mirotalk.herokuapp.com/ -- Allow to use the camera and microphone -- Click the first button to copy the url and then share it -- Wait someone to join for video conference - ## Credits Many Thanks to vasanthv (webrtc) and Sajad Hashemian (chat) from where I taked inspiration for this project. ❤️