Add title to 'Mute All' so that however displays 'Mute all but moderator'. Fix the lock button label on the active conferences.

This commit is contained in:
Mark Crane
2013-02-02 06:32:40 +00:00
parent 09747e76dd
commit d590571c6e
3 changed files with 8 additions and 6 deletions
+1 -2
View File
@@ -133,7 +133,6 @@ else {
$switch_result = event_socket_request($fp, 'api '.$switch_cmd);
}
elseif ($data == "mute" || $data == "unmute" || $data == "mute non_moderator" || $data == "unmute non_moderator") {
echo "hi -- ";
$switch_result = event_socket_request($fp, 'api '.$switch_cmd);
}
elseif ($data == "deaf" || $data == "undeaf" ) {
@@ -142,7 +141,7 @@ else {
elseif ($data == "lock" || $data == "unlock" ) {
$switch_result = event_socket_request($fp, 'api '.$switch_cmd);
}
echo "command: ".$switch_cmd." result: ".$switch_result."<br\n>";
//echo "command: ".$switch_cmd." result: ".$switch_result."<br\n>";
}
}
}