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
Or additionally, you can add this same configuration in the `.properties` file from `bbb-web` in `/usr/share/bbb-web/WEB-INF/classes/bigbluebutton.properties`
28
28
29
29
30
-
## Setting the Plugin manifest Version
31
-
32
-
To set or update the `version` field in `manifest.json`, run:
33
-
34
-
```bash
35
-
npm run set-manifest:version -- <version>
36
-
```
37
-
38
-
For example:
39
-
40
-
```bash
41
-
npm run set-manifest:version -- 1.0.0
42
-
```
43
-
44
-
This will add the field if it doesn't exist yet, or overwrite it if it does.
45
-
46
30
## Development mode
47
31
48
32
As for development mode (running this plugin from source), please, refer back to https://github.com/bigbluebutton/bigbluebutton-html-plugin-sdk section `Running the Plugin from Source`
0 commit comments