1.1.12 • Published 7 days ago

@dytesdk/ui-kit-addons v1.1.12

Weekly downloads
-
License
ISC
Repository
github
Last release
7 days ago

Table of Contents

About The Project

This repository consists of all the different ways in which you can use Dyte's React UI Kit and other packages to its full extent to get the best live audio/video experience.

Samples

Here are the list of available samples at the moment.

  1. Custom Controlbar button
  2. Video Background
  3. Hand Raise
  4. Participants Tab Action

Usage

To use these addons you would need to do the following steps:

  1. Install the addon package:
npm install @dytesdk/ui-kit-addons
  1. Import the addon that you need, for example: custom-controlbar-button:
import CustomControlbarButton from '@dytesdk/ui-kit-addons/custom-controlbar-button';
  1. Configure the addon
const myButton = new CustomControlbarButton({
   position: 'left',
   icon: svgIcon,
   label: 'Click Me!',
   onClick: () => alert('Clicked!')
});
  1. Register addon
import { registerAddons } from dytesdk/ui-kit;
...
const newConfig = registerAddons([myButton], meeting);
  1. Pass the config to meeting UI
<dyte-meeting meeting={meeting} config={newConfig}></dyte-meeting> 

About

This project is created & maintained by dyte, Inc. You can find us on Twitter - @dyte_io or write to us at dev@dyte.io.

The names and logos for Dyte are trademarks of dyte, Inc.

We love open source software! See our other projects and our products.

1.1.12

7 days ago

1.1.11

7 days ago

1.1.10

15 days ago

1.1.9

29 days ago

1.1.8

1 month ago

1.1.7

1 month ago

1.1.6-staging.2

2 months ago

1.1.6-staging.3

2 months ago

1.1.6-staging.1

2 months ago

1.1.5

2 months ago

1.1.4

2 months ago

1.1.3

4 months ago

1.1.2

6 months ago

1.1.1

6 months ago

1.1.0

6 months ago

1.0.5

6 months ago

1.0.4

6 months ago

1.0.3

7 months ago

1.0.2

7 months ago

1.0.1

7 months ago

1.0.0

7 months ago