From 28f989e14ec907f36f5825bd2eab963f248d471e Mon Sep 17 00:00:00 2001 From: Amir <amirsanni@gmail.com> Date: Fri, 17 May 2019 00:28:05 +0100 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 8c52c79..3d8cf83 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@ A one-to-one text, audio and video chat application built with webRTC and Ratche # Getting Started To test this app on your local server: -- The Ratchet server must be ON. This can be achived by navigating to *__video-call-app/ws/bin__* from your cli and run *__php server.php__* +- The Ratchet server must be ON. This can be achieved by navigating to *__video-call-app/ws/bin__* from your cli and run *__php server.php__* - Run the app from your browser at: `http://localhost/video-call-app/` - Create and enter a room - Enter the room from two different browsers (using the same link) and test by sending text chats. This can be done on the same device. @@ -26,7 +26,7 @@ To host this online, you'll need to set up a few things: - Enable mod_proxy_wstunnel.so - Open your apache config file and add this: __ProxyPass /wss/ ws://YOUR_SERVER_IP_OR_DOMAIN:PORT/__ - e.g. _ProxyPass /wss/ ws://www.abc.xyz:8080/_ + e.g. _ProxyPass /wss/ ws://www.abc.xyz:PORT/_ - From your front-end, you can connect like this: