WIP: make everything use AICurlEasyRequestStateMachine
This commit is contained in:
@@ -271,7 +271,7 @@ bool send_start_session_messages(
|
||||
|
||||
data["params"] = agents;
|
||||
|
||||
LLHTTPClient::post(
|
||||
LLHTTPClient::post4(
|
||||
url,
|
||||
data,
|
||||
new LLStartConferenceChatResponder(
|
||||
@@ -715,7 +715,7 @@ void LLVoiceChannelGroup::getChannelInfo()
|
||||
LLSD data;
|
||||
data["method"] = "call";
|
||||
data["session-id"] = mSessionID;
|
||||
LLHTTPClient::post(url,
|
||||
LLHTTPClient::post4(url,
|
||||
data,
|
||||
new LLVoiceCallCapResponder(mSessionID));
|
||||
}
|
||||
@@ -1593,7 +1593,7 @@ BOOL LLFloaterIMPanel::inviteToSession(const LLDynamicArray<LLUUID>& ids)
|
||||
|
||||
data["method"] = "invite";
|
||||
data["session-id"] = mSessionUUID;
|
||||
LLHTTPClient::post(
|
||||
LLHTTPClient::post4(
|
||||
url,
|
||||
data,
|
||||
new LLSessionInviteResponder(
|
||||
|
||||
Reference in New Issue
Block a user