You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If no permission is mentioned in the yaml (writing or deleting), no one will be able proceed with that specific action:
225
+
If no permission is mentioned in that file (writing or deleting), no one will be able proceed with that specific action:
226
226
227
227
The `pushEntryFunction` has a minor detail to pay attention to, it is possible to specify the users who you want to send the item to, if none is specified, all will receive the item, such as done ahead:
228
228
@@ -367,7 +367,7 @@ Then when creating the meeting send the following parameters along, adjusting to
@@ -440,12 +440,12 @@ No, feel free to host it anywhere you want, just make sure to point the URL from
440
440
**I am making my plugin based on a sample inside the SDK, but somehow, the sample is not working properly, what do I do to run it in dev mode and make it work?**
441
441
Well there are several motives to why the sample is not working properly, so I will go through each one of them briefly:
442
442
443
-
- The config has not been set properly inside `bbb-html5.yml`, see [this section to configure your plugin](#running-the-plugin-from-source);
443
+
- The config has not been set properly in `manifest.json`, see [this section to configure your plugin](#running-the-plugin-from-source);
444
444
- The plugin is not even running in dev mode, it could be the port already in use, or typescript and/or javascript errors (Make sure to initialize the `pluginApi` as any of the samples inside a react function component);
445
445
- It could be an error with that sample indeed, or that feature the plugin uses broke (it is not usual, but can happen since BBB is constantly changing and enhancing its features with its wonderful community). If that happens, just open an issue in the [SDK's github](https://github.com/bigbluebutton/bigbluebutton-html-plugin-sdk) detailing the error you are facing. And thank you in advance for reporting it back to us so we can improve each time.
446
446
447
447
**How to troubleshoot the plugins? See if it has loaded in the BBB, for instance.**
448
-
Well, each time a set of plugins are listed in the `bbb-html5.yml`, it will fire some logs based on the amount of plugins that it need to load inside the client. So open the console in the browser by pressing F12 key in your keyboard and search for the following log:
448
+
Well, each time a set of plugins listed to be run into a specific meeting start, it will fire some logs based on the amount of plugins that it need to load inside the client. So open the console in the browser by pressing F12 key in your keyboard and search for the following log:
Copy file name to clipboardExpand all lines: samples/sample-action-button-dropdown-plugin/src/components/sample-action-button-dropdown-plugin-item/component.tsx
0 commit comments