Skip to content
This repository has been archived by the owner on Feb 12, 2023. It is now read-only.

Commit

Permalink
fix: close groupcall if alone
Browse files Browse the repository at this point in the history
  • Loading branch information
sudden6 committed Apr 24, 2016
1 parent 622b543 commit 98d5139
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/widget/form/groupchatform.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -230,6 +230,7 @@ void GroupChatForm::onUserListChanged()
callButton->setObjectName("grey");
callButton->style()->polish(callButton);
callButton->setToolTip("");
Core::getInstance()->getAv()->leaveGroupCall(group->getGroupId());
hideNetcam();
}
}
Expand Down

0 comments on commit 98d5139

Please sign in to comment.