Checking for ChatSessionRequest cap is not neccessary for establishing private voice calls.
Addresses issue 1293
This commit is contained in:
@@ -556,7 +556,7 @@ void LLFloaterIMPanel::draw()
|
||||
{
|
||||
LLViewerRegion* region = gAgent.getRegion();
|
||||
|
||||
bool enable_connect = (region && !region->getCapability("ChatSessionRequest").empty())
|
||||
bool enable_connect = region
|
||||
&& mSessionInitialized
|
||||
&& LLVoiceClient::getInstance()->voiceEnabled()
|
||||
&& mCallBackEnabled;
|
||||
|
||||
Reference in New Issue
Block a user