From 2cf92847a80af345bd182d2287f2e1252faaabfe Mon Sep 17 00:00:00 2001 From: spartanz51 Date: Fri, 14 Aug 2020 16:42:03 +0200 Subject: [PATCH] TT#107700 fix README: is_private is bool Author: spartanz51 Pull request: https://github.com/sipwise/janus-client/pull/24/ Change-Id: I9e4511a60b7e3e993453d2fd3c4b6c8a9d46abb5 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 08be284..e2b122d 100644 --- a/README.md +++ b/README.md @@ -104,7 +104,7 @@ client.createSession().then((session)=>{ ```javascript videoRoomHandle.create({ publishers: 3, - is_private: 'no', + is_private: false, secret: '****', pin: '****', audiocodec: 'opus',