From c2277eb61ba000b404581616f71146de55c96df2 Mon Sep 17 00:00:00 2001 From: Mike Reinstein Date: Tue, 6 Sep 2016 16:26:29 -0700 Subject: [PATCH] updated README with workaround for not being able to open more than 2 local peers #18 --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 23219bb..4fc36e3 100644 --- a/README.md +++ b/README.md @@ -60,6 +60,9 @@ constructor) - `stream` - if video/voice is desired, pass stream returned from `getUserMedia` +**NOTE:** It's been observed in Chrome that you cannot establish a connection between more than 2 local peers. +You can workaround this by opening other tabs in incognito mode. It's unclear which browsers are affected but +this condition has been observed in Chrome 52 and 53. ### sw.close()