Commit 269efa35 by Lee Munkyeong

コード整理

parent bd686d1e
......@@ -2473,7 +2473,6 @@ CHAT_UI.displayExistRoom = function(roomId) {
}
CHAT_UI.joinCollaboration = function(collaborationType, meetingId = 0) {
console.log(meetingId);
if (CHAT_UTIL.isIOS()) {
webkit.messageHandlers.joinCollaboration.postMessage(collaborationType);
} else if (CHAT_UTIL.isAndroid()) {
......
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