Skip to content
Snippets Groups Projects
Commit 039b6baf authored by Leyla Farazha's avatar Leyla Farazha
Browse files

EXP-783 User can accept a call and see end call option in IM window but they are in nearby voice

parent 166e4df2
No related branches found
No related tags found
No related merge requests found
......@@ -849,6 +849,8 @@ void LLVoiceChannelP2P::activate()
{
if (!LLVoiceClient::getInstance()->answerInvite(mSessionHandle))
{
mCallEndedByAgent = false;
mSessionHandle.clear();
handleError(ERROR_UNKNOWN);
return;
}
......
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