提交 ec751e64 authored 作者: Anthony Minessale's avatar Anthony Minessale

FS-9552

上级 58ed5bdf
......@@ -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")) {
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论