提交 5b9ada2b authored 作者: Anthony Minessale's avatar Anthony Minessale 提交者: Michael Jerris

FS-7509 FS-7513: add vid floor control

上级 7cf3cb0c
This diff was suppressed by a .gitattributes entry.
......@@ -2985,6 +2985,7 @@ static void conference_mod_event_channel_handler(const char *event_channel, cJSO
} else if (!strcasecmp(action, "volume_in") ||
!strcasecmp(action, "volume_out") ||
!strcasecmp(action, "vid-res-id") ||
!strcasecmp(action, "vid-floor") ||
!strcasecmp(action, "vid-banner")) {
exec = switch_mprintf("%s %s %d %s", conf_name, action, cid, argv[0]);
} else if (!strcasecmp(action, "play") || !strcasecmp(action, "stop")) {
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论