-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathplugin.json
30 lines (30 loc) · 1.11 KB
/
plugin.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
{
"id": "bigbluebutton",
"name": "BigBlueButton",
"version": "2.1.0",
"backend": {
"executable": "server/plugin.exe"
},
"webapp": {
"bundle_path": "webapp/bigbluebutton_bundle.js"
},
"settings_schema": {
"settings": [
{
"key": "BASE_URL",
"display_name": "BigBlueButton Server URL",
"type": "text",
"default": "http://test-install.blindsidenetworks.com/bigbluebutton/api",
"help_text": "Enter the url of your BigBlueButton server ending with `/bigbluebutton/api` Default: `http://test-install.blindsidenetworks.com/bigbluebutton/api`\n"
},
{
"key": "SALT",
"display_name": "Secret",
"type": "text",
"default": "8cd8ef52e8e101574e400365b55e11a6",
"help_text": "The secret you generated to securely connect to your BigBlueButton. Default for test-install is: 8cd8ef52e8e101574e400365b55e11a6\n"
}
],
"footer": "All form fields must be filled or the plugin will fail to work. Deactivate and reactivate your plugin when changing to a configuration value. Don't worry, no data will be lost"
}
}