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

know when the audio and video mute button is clicked #10

Closed ronny141 closed 2 years ago

ronny141 commented 2 years ago

know when the audio and video mute button is clicked,,

I have tried the following but it doesn't work

callbacks: { "local-user-mute-audio": (status) => { console.log('status', status) }, },

thank you

EkaanshArora commented 2 years ago

Fixed in v1.0.7, please update.

ronny141 commented 2 years ago

thank you @EkaanshArora