Explore the docs »
Report Bug
•
Request Feature
Plugin SDK let's you build custom plugins that work with all of Dyte's core SDKs.
- npm
- node
- Clone the repo
git clone https://github.com/dyte-in/js-plugin-template.git cd plugin-template-js
- Install NPM packages
npm install
- Run the project
npm start
Once you have started the dev server using npm start
, open http://staging.dyte.in, and use the LocalhostDev plugin. You will now be able to see your plugin inside the meeting stage
(this will be accessible only from localhost:5000).
You can use Dyte CLI to create and publish plugins.
- Installation: https://docs.dyte.io/cli/installation
- Configuration: https://docs.dyte.io/cli/getting-started
- Publishing Plugins: https://docs.dyte.io/cli/plugins
The complete documentation and usage for Plugin SDK can be found at: https://www.npmjs.com/package/@dytesdk/plugin-sdk#usage
We really appreciate contributions in the form of bug reports and feature suggestions. Help us make Dyte better with your valuable contributions on our forum 🙂.
Distributed under the MIT License. See LICENSE
for more information.