Commit a66f2fcd by Kim Jinsung

プッシュメッセージから文書協業接続時、関連資料画面表示問題と会議室接続問題対応

parent 910c8ea6
...@@ -91,6 +91,8 @@ FermiWebSocketMessageHandler.handleMessagesToAll = function (data) { ...@@ -91,6 +91,8 @@ FermiWebSocketMessageHandler.handleMessagesToAll = function (data) {
case "API_WELCOME": case "API_WELCOME":
if (globalUserInfo.joinType != COLLABORATION_JOIN_TYPE.INVITED) { if (globalUserInfo.joinType != COLLABORATION_JOIN_TYPE.INVITED) {
FermiWebSocketMessageHandler.apiWelcome(); FermiWebSocketMessageHandler.apiWelcome();
} else {
FermiWebSocketBridge.getCollaborationType()
} }
CollaborationFeature.updateHost(); CollaborationFeature.updateHost();
break; break;
......
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