Commit 7bc455df by Kim Jinsung

Merge branch 'develop_kimjs' into 'develop'

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

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