jsxc-react-hook 0.0.4 → 0.0.5

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
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