Commit 41b589a5 by Takatoshi Miura

ios-finishAllCollaboration_iOSの全協業終了処理を実装

parent ffd124dc
......@@ -2637,7 +2637,7 @@ CHAT_UI.startCollaboration = function(collaborationType) {
text: DATA_MESSAGE_SCHEME + FINISH_ALL_COLLABORATION_SIGNAL
}, 0);
if (CHAT_UTIL.isIOS()) {
//TODO ルーム全協業終了API
webkit.messageHandlers.finishAllCollaboration.postMessage({});
} else if (CHAT_UTIL.isAndroid()) {
android.finishAllCollaboration();
}
......
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