Skip to content

Commit

Permalink
Rename parameter to specify plugin manifest URL's
Browse files Browse the repository at this point in the history
  • Loading branch information
TiagoJacobs authored Dec 4, 2024
1 parent 92a1e8c commit dc25189
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ you do the following:
2. Add reference to it on BigBlueButton's `/create` call or add it on `/usr/share/bbb-web/WEB-INF/classes/bigbluebutton.properties`:

```
pluginsManifests=[{"url": "http://localhost:4701/manifest.json"}]
pluginManifests=[{"url": "http://localhost:4701/manifest.json"}]
```

*Running from souce code with a remote BBB-server*
Expand Down Expand Up @@ -78,7 +78,7 @@ or
5. Add this create parameter into the API-mate of the server you are testing it on:

```
pluginsManifests=[{"url": "https://<uuid>.ngrok-free.app/manifest.json"}]
pluginManifests=[{"url": "https://<uuid>.ngrok-free.app/manifest.json"}]
```

And there you go, you can test it freely.
Expand Down Expand Up @@ -367,7 +367,7 @@ Then when creating the meeting send the following parameters along, adjusting to

```
meta_pluginSettingsUserInformation=https://<your-external-source-with-your-authentication>/api/users
pluginsManifests=[{"url": "http://<domain-of-your-manifest>/your-plugin/manifest.json"}]
pluginManifests=[{"url": "http://<domain-of-your-manifest>/your-plugin/manifest.json"}]
```

In the plugin, just use the function like:
Expand Down

0 comments on commit dc25189

Please sign in to comment.