AgoraIO-Community / VideoUIKit-Web-React

A Web library to simply integrate Agora Video Calling or Live Video Streaming to your website with just a few lines of code.
MIT License
53 stars 42 forks source link

How to add a new component to LocalControls? #9

Closed gdSuhail closed 2 years ago

gdSuhail commented 2 years ago

I want to add a new new component to LocalControls, I checked the repo but I didn't find any solution. Can you plz tell me how to do that? I want to add a timer and few other buttons as follows:

image

EkaanshArora commented 2 years ago

You can go through this repo to see how you can use the modular components from the UIKit to add a custom button. Here is an in depth blog as well.

gdSuhail commented 2 years ago

You can go through this repo to see how you can use the modular components from the UIKit to add a custom button. Here is an in depth blog as well.

Thank you, I'll check it.