mirror of
https://github.com/signalwire/freeswitch.git
synced 2026-07-24 21:22:09 +00:00
FS-7509 FS-7513: add vid floor control
This commit is contained in:
committed by
Michael Jerris
parent
7cf3cb0cda
commit
5b9ada2b43
@@ -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")) {
|
||||
|
||||
Reference in New Issue
Block a user