jsxc-react-hook 0.0.4 → 0.0.5

Sign up to get free protection for your applications and to get access to all the features.
package/README.md CHANGED
@@ -20,7 +20,10 @@
20
20
  marginRight?: string; (defalut is 40px)
21
21
  fullscreen?: boolean; (defalut is false)
22
22
  jqueryUrl?: string;
23
- showMenu: "yes"|"no" (use boolean has bug in create-react-app)
23
+ showMenu: "yes"|"no" (use boolean has bug in create-react-app, default is yes, same as below)
24
+ showAudioButton: "yes"|"no"
25
+ showVideoButton: "yes"|"no"
26
+ showOfflineButton: "yes"|"no"
24
27
 
25
28
  ```
26
29
  ## api