Commit bd11c0f8 by Lee Munkyeong

アーカイブ保存の動画タイプ対応

parent 725dc6e1
......@@ -26,7 +26,7 @@ function MainManRecordWithCollaboration(action, url, callback) {
formData.append("fileData",blob,uploadFileName);
formData.append('sid', globalUserInfo.sid);
formData.append('roomId', globalUserInfo.roomId);
if (joinCollaborationType == COLLABORATION_TYPE.DOCUMENT) {
if (joinCollaborationType == COLLABORATION_TYPE.VIDEO) {
formData.append('archiveType', 1);
} else {
formData.append('archiveType', 2);
......
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