Commit 7299ec5f by Kim Eunchul

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

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