Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(plugin-server): Implemented plugin-server integration with SDK. #123

Merged
merged 1 commit into from
Oct 15, 2024

Conversation

GuiLeme
Copy link
Collaborator

@GuiLeme GuiLeme commented Oct 15, 2024

What does this PR do?

Implemented getRemoteData integration with the new plugin-server architecture.

Motivation

Make integration with LMS (fetch their data)

More

To test simply configure the dataResource name in the manifest and then its endpoint in the URL meta parameter that goes in the create request. The manifest would look like:

{
  // ...rest of manifest configuration
  "remoteDataSources": [
      {
          "name": "allUsers",
          "url": "${meta_pluginSettingsUserInformation}",
          "fetchMode": "onMeetingCreate",
          "permissions": ["moderator", "viewer"]
      }
  ]
}

Then when creating the meeting send the following parameters along, adjusting to your needs and resources:

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

@TiagoJacobs TiagoJacobs merged commit d915a0e into bigbluebutton:main Oct 15, 2024
3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants