mirror of
https://github.com/signalwire/freeswitch.git
synced 2026-07-07 21:01:50 +00:00
FS-9552
This commit is contained in:
@@ -120,6 +120,8 @@ void conference_event_mod_channel_handler(const char *event_channel, cJSON *json
|
||||
} else if (!strcasecmp(action, "mute") ||
|
||||
!strcasecmp(action, "unmute") ||
|
||||
!strcasecmp(action, "tmute") ||
|
||||
!strcasecmp(action, "deaf") ||
|
||||
!strcasecmp(action, "undeaf") ||
|
||||
!strcasecmp(action, "vmute") ||
|
||||
!strcasecmp(action, "unvmute") ||
|
||||
!strcasecmp(action, "tvmute")) {
|
||||
|
||||
Reference in New Issue
Block a user