Commit 7299ec5f by Kim Eunchul

#43695 ウェブソケットの送信方式変更

parent 958a5649
......@@ -66,11 +66,11 @@ CHAT_SOCKET.addCollaborationMessage = function (
roomName,
insertDate,
createdAt,
collaborationType,
meetingID
collaborationTypeInfo,
meetingIDInfo
) {
const collaborationType = collaborationType;
const meetingID = meetingID;
const collaborationType = collaborationTypeInfo;
const meetingID = meetingIDInfo;
const userInCollaboration = JSON.parse(
NativeBridgeDataSource.getUserInfoList(userID)
);
......
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