Skip to content

Commit

Permalink
bump sdk to 0.0.72
Browse files Browse the repository at this point in the history
  • Loading branch information
antobinary committed Feb 13, 2025
1 parent a338824 commit d31fd87
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 31 deletions.
28 changes: 2 additions & 26 deletions manifest.json
Original file line number Diff line number Diff line change
@@ -1,29 +1,5 @@
{
"requiredSdkVersion": "~0.0.66",
"requiredSdkVersion": "~0.0.72",
"name": "TourPlugin",
"javascriptEntrypointUrl": "https://PLUGIN_HOST/TourPlugin.js",
"localesBaseUrl": "https://cdn.dominio.com/pluginabc/",
"eventPersistence": {
"isEnabled": true,
"maximumPayloadSizeInBytes": 1024,
"rateLimiting": {
"messagesAllowedPerSecond": 10,
"messagesAllowedPerMinute": 20
}
},
"dataChannels": [
{
"name": "<data-channel-name>",
"pushPermission": ["moderator"],
"replaceOrDeletePermission": ["creator", "moderator"]
}
],
"remoteDataSources": [
{
"name": "<remote-data-source-name>",
"url": "${meta_remote-data-uri}",
"fetchMode": "onMeetingCreate",
"permissions": ["moderator"]
}
]
"javascriptEntrypointUrl": "TourPlugin.js"
}
8 changes: 4 additions & 4 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"@types/react-dom": "^18.2.6",
"@types/react": "^18.2.13",
"babel-plugin-syntax-dynamic-import": "^6.18.0",
"bigbluebutton-html-plugin-sdk": "0.0.66",
"bigbluebutton-html-plugin-sdk": "0.0.72",
"browser-bunyan": "^1.8.0",
"path": "^0.12.7",
"react-chat-elements": "^12.0.14",
Expand Down

0 comments on commit d31fd87

Please sign in to comment.