Commit a288ea80 by Lee Munkyeong

ボード協業にユーザーが入場するとホスト画面が初期化される問題対応

parent 6802b30c
......@@ -346,6 +346,7 @@ $(function () {
console.log("consoleLog", json);
break;
case "fileChange":
if (joinCollaborationType != COLLABORATION_TYPE.CAMERA) { break; }
LoadMobileShareFile(json.fileName);
backgroundFileName = json.fileName;
console.log("fileChange", json);
......
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