Skip to content
Snippets Groups Projects
Commit d10d3af4 authored by Chad Pilkey's avatar Chad Pilkey
Browse files

remove requesterId AIR message to match

parent 628569c0
No related merge requests found
......@@ -28,7 +28,7 @@ package org.bigbluebutton.lib.chat.services {
trace(LOG + "Sending [GetGroupChatsReqMsg] to server.");
var message:Object = {
header: {name: "GetGroupChatsReqMsg", meetingId: conferenceParameters.meetingID, userId: conferenceParameters.internalUserID},
body: {requesterId: conferenceParameters.internalUserID}
body: {}
};
userSession.mainConnection.sendMessage2x(defaultSuccessResponse, defaultFailureResponse, message);
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment