Commit b4450c27 by Lee Munkyeong

43084追加対応

parent 1ee8ba00
......@@ -199,11 +199,15 @@ $(function () {
})
$('#captureBtn').click(function () {
screenLock();
recordStop(function() {
$('#screenLock').remove();
if ($('#recordBtn').hasClass('bg_red')) {
screenLock();
recordStop(function() {
$('#screenLock').remove();
coview_api.Capture(CMS_SERVER_URL + '/chatapi/file/uploadArchive');
});
} else {
coview_api.Capture(CMS_SERVER_URL + '/chatapi/file/uploadArchive');
});
}
})
$('#captureRequestBtn').click(function () {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment