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
50 stars 40 forks source link

fix: fixing custom icons in buttons template #25

Open elenitaex5 opened 1 year ago

elenitaex5 commented 1 year ago

There's an error when only some cusom icons are passed trough props. Project icons aren't shown if, for example, only call end icon is in props.

This fix verify if there's a custom icon with button name and show default icon if not instead.