Commit b8fab3f1 by Takatoshi Miura

Merge branch 'communication/ios-finishAllCollaboration' into 'develop'

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

See merge request !171
parents e141500d 41b589a5
......@@ -2634,7 +2634,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