mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-04-14 08:05:37 +00:00
FS-9552
This commit is contained in:
parent
5941a60266
commit
64d5da354e
@ -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")) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user