Commit d5318d4e by Lee Munkyeong

Merge branch 'feature/bug_reset_host_screen_on_user_enter' into 'develop'

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

See merge request !144
parents 92db68ed a288ea80
......@@ -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