From e49b20414bf42f7fe06b9a4989668397463b4b22 Mon Sep 17 00:00:00 2001 From: Jeffrey Linwood Date: Fri, 19 May 2017 10:43:44 -0500 Subject: [PATCH] Allow users to connect to any video room --- app.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app.py b/app.py index b992b73..883c863 100644 --- a/app.py +++ b/app.py @@ -72,7 +72,7 @@ def token(): token.add_grant(sync_grant) # Create a Video grant and add to token - video_grant = VideoGrant(room='default room') + video_grant = VideoGrant() token.add_grant(video_grant) # Create an Chat grant and add to token