Browse Source

fix(config) comment out enabledReactions

master
Calinteodor 3 years ago
parent
commit
ca25be7314
No account linked to committer's email address
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      config.js

+ 1
- 1
config.js View File

@@ -71,7 +71,7 @@ var config = {
71 71
     },
72 72
 
73 73
     // Enables reactions feature.
74
-    enableReactions: false,
74
+    // enableReactions: false,
75 75
 
76 76
     // Disables ICE/UDP by filtering out local and remote UDP candidates in
77 77
     // signalling.

Loading…
Cancel
Save