Dimple
Dimple

Reputation: 178

Jitsi Meet - event for user muted by other participant in the meeting

I have requirement to show custom notification, if the user is muted by other participant in the meeting.

I have used audiomutestatuschanged event, It is detected when user mutes/unmutes himself but it is not detected when muted by someone else in the meeting.

any other hacks to implement this.

Good day. Thanks in advance.

Upvotes: 0

Views: 498

Answers (1)

BugInTheConsole
BugInTheConsole

Reputation: 11

in this cases when you need to do some custom stuff you can use the commands, of course you need to create a specific command for the muted/ unmuted and then just you can pass the props you need like info about who is trying to mute another participant. With the command listener of your command, with the data that you've received now you can use it to do whatever you need

Upvotes: 0

Related Questions