{"id":30197828,"url":"https://github.com/bigbluebutton/plugin-live-transcription","last_synced_at":"2025-09-08T03:41:21.461Z","repository":{"id":296012473,"uuid":"975687698","full_name":"bigbluebutton/plugin-live-transcription","owner":"bigbluebutton","description":null,"archived":false,"fork":false,"pushed_at":"2025-06-13T15:45:00.000Z","size":328,"stargazers_count":1,"open_issues_count":3,"forks_count":3,"subscribers_count":3,"default_branch":"v0.0.x","last_synced_at":"2025-08-13T06:44:27.437Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"lgpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/bigbluebutton.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":"SECURITY.md","support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2025-04-30T18:19:01.000Z","updated_at":"2025-06-16T02:21:56.000Z","dependencies_parsed_at":"2025-06-13T16:29:53.115Z","dependency_job_id":"46201186-48c2-4497-9dac-6028495451f3","html_url":"https://github.com/bigbluebutton/plugin-live-transcription","commit_stats":null,"previous_names":["bigbluebutton/live-transcription-plugin","bigbluebutton/plugin-live-transcription"],"tags_count":1,"template":false,"template_full_name":"bigbluebutton/plugin-template","purl":"pkg:github/bigbluebutton/plugin-live-transcription","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bigbluebutton%2Fplugin-live-transcription","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bigbluebutton%2Fplugin-live-transcription/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bigbluebutton%2Fplugin-live-transcription/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bigbluebutton%2Fplugin-live-transcription/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/bigbluebutton","download_url":"https://codeload.github.com/bigbluebutton/plugin-live-transcription/tar.gz/refs/heads/v0.0.x","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bigbluebutton%2Fplugin-live-transcription/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":274129876,"owners_count":25227267,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-09-08T02:00:09.813Z","response_time":121,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2025-08-13T06:40:18.293Z","updated_at":"2025-09-08T03:41:21.438Z","avatar_url":"https://github.com/bigbluebutton.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"\n\n\n\n# Repository of a plugin for BigBlueButton\n\n## Description\n\nhttps://github.com/user-attachments/assets/c1df2c62-9a9a-4827-ac07-f229c7130713\n\nThis plugin provides a panel to the client where the live transcription is visible. Users joining via supported browsers (Google Chrome currently) can opt in to have their browser provide transcription as they speak.\n\n## Plugin Versioning\n\nPlease be aware that we have a separate branch of this plugin for each version of the SDK. This ensures that everything merged into a branch is compatible with the corresponding version of the BigBlueButton core. As of now, here’s the correspondence between the branches, SDK versions, and BigBlueButton core versions:\n\n| Repository Branch | Plugin-SDK Version | BigBlueButton Core Version |\n|------------------|--------------------|----------------------------|\n| v0.0.x           | v0.0.x             | v3.0.x                     |\n| v0.1.x           | v0.1.x             | v3.1.x                     |\n\nFor more information about the plugin API features, see the documentation (`readme` files) within the specific branch you are interested in. We separate the branches because, going forward, `v0.1.x` is becoming more and more different from `v0.0.x`.\n\nIf you have any suggestions, requirements, or questions, don’t hesitate to contact us.\n\n## Building the Plugin\n\nTo build the plugin for production use, follow these steps:\n\n```bash\ncd $HOME/src/plugin-live-transcription\nnpm ci\nnpm run build-bundle\n```\n\nThe above command will generate the `dist` folder, containing the bundled JavaScript file named `\u003cplugin-name\u003e.js`. This file can be hosted on any HTTPS server along with its `manifest.json`. You can copy the entire content of `dist/` to include localizations too.\n\nIf you install the Plugin separated from the manifest, remember to change the `javascriptEntrypointUrl` in the `manifest.json` to the correct endpoint.\n\nTo use the plugin in BigBlueButton, send this parameter along in create call:\n\n```\npluginManifests=[{\"url\":\"\u003cyour-domain\u003e/path/to/manifest.json\"}]\n```\n\nOr additionally, you can add this same configuration in the `.properties` file from `bbb-web` in `/etc/bigbluebutton/bbb-web.properties`\n\n## Development mode\n\nAs for development mode (running this plugin from source), please refer back to [https://github.com/bigbluebutton/bigbluebutton-html-plugin-sdk](https://github.com/bigbluebutton/bigbluebutton-html-plugin-sdk) section `Running the Plugin from Source`\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbigbluebutton%2Fplugin-live-transcription","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbigbluebutton%2Fplugin-live-transcription","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbigbluebutton%2Fplugin-live-transcription/lists"}