Conference center raise hand feature (#5212)

* Update app_languages.php
* Update conference_interactive_inc.php
* Update conference_exec.php
* Create raise_hand.lua
* Update conference.conf
* Update app_languages.php
This commit is contained in:
hershyheilpern
2020-03-26 21:22:44 -06:00
committed by GitHub
parent bfc0b3279c
commit c1f47f31da
5 changed files with 45 additions and 4 deletions
@@ -240,6 +240,8 @@
}
elseif ($data == "mute" || $data == "unmute" || $data == "mute non_moderator" || $data == "unmute non_moderator") {
$switch_result = event_socket_request($fp, 'api '.$switch_cmd);
$switch_cmd = "uuid_setvar ".$uuid. " hand_raised false";
event_socket_request($fp, 'api '.$switch_cmd);
}
elseif ($data == "deaf" || $data == "undeaf" ) {
$switch_result = event_socket_request($fp, 'api '.$switch_cmd);