|
|
|
|
@ -1544,22 +1544,26 @@ class bbb |
|
|
|
|
); |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
if ($meetingInfo['has_video_m4v']) { |
|
|
|
|
$links[] = Display::url( |
|
|
|
|
Display::return_icon('save.png', get_lang('DownloadFile')), |
|
|
|
|
$recordInfo['playbackFormatUrl'].'/capture.m4v', |
|
|
|
|
['target' => '_blank'] |
|
|
|
|
); |
|
|
|
|
} else { |
|
|
|
|
$links[] = Display::url( |
|
|
|
|
Display::return_icon('save.png', get_lang('DownloadFile')), |
|
|
|
|
'#', |
|
|
|
|
[ |
|
|
|
|
'id' => "btn-check-meeting-video-{$meetingInfo['id']}", |
|
|
|
|
'class' => 'check-meeting-video', |
|
|
|
|
'data-id' => $meetingInfo['id'] |
|
|
|
|
] |
|
|
|
|
); |
|
|
|
|
$hide = $this->plugin->get('disable_download_conference_link') === 'true' ? true : false; |
|
|
|
|
|
|
|
|
|
if ($hide == false) { |
|
|
|
|
if ($meetingInfo['has_video_m4v']) { |
|
|
|
|
$links[] = Display::url( |
|
|
|
|
Display::return_icon('save.png', get_lang('DownloadFile')), |
|
|
|
|
$recordInfo['playbackFormatUrl'].'/capture.m4v', |
|
|
|
|
['target' => '_blank'] |
|
|
|
|
); |
|
|
|
|
} else { |
|
|
|
|
$links[] = Display::url( |
|
|
|
|
Display::return_icon('save.png', get_lang('DownloadFile')), |
|
|
|
|
'#', |
|
|
|
|
[ |
|
|
|
|
'id' => "btn-check-meeting-video-{$meetingInfo['id']}", |
|
|
|
|
'class' => 'check-meeting-video', |
|
|
|
|
'data-id' => $meetingInfo['id'] |
|
|
|
|
] |
|
|
|
|
); |
|
|
|
|
} |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
if (!$isAdminReport) { |
|
|
|
|
|