Fixed priority speaker icon in viewer
This commit is contained in:
parent
b8e3cd2466
commit
d36099a8e3
|
@ -317,7 +317,7 @@ EOD;
|
|||
$html = "";
|
||||
|
||||
if($client["client_is_priority_speaker"]) {
|
||||
$html .= $this->getIcon("microphone.svg", __get("VIEWER_CLIENT_PRIORITY_SPEAKER"));
|
||||
$html .= $this->getIcon("capture.svg", __get("VIEWER_CLIENT_PRIORITY_SPEAKER"));
|
||||
}
|
||||
|
||||
if($client["client_is_channel_commander"]) {
|
||||
|
|
Loading…
Reference in New Issue