Skip to content
Snippets Groups Projects
Commit 3d786841 authored by Ming Rui Zhang's avatar Ming Rui Zhang
Browse files

sip: make audio only call when double-clicking smartlist contact

Gitlab: #312
Change-Id: I6833521cd624b176af38949b9f71f0d45330351e
parent 7ca65dd0
No related branches found
No related tags found
No related merge requests found
......@@ -198,7 +198,10 @@ ItemDelegate {
ConversationsAdapter.selectConversation(AccountAdapter.currentAccountId,
UID,
false)
CallAdapter.placeCall()
if (AccountAdapter.currentAccountType === Profile.Type.SIP)
CallAdapter.placeAudioOnlyCall()
else
CallAdapter.placeCall()
communicationPageMessageWebView.setSendContactRequestButtonVisible(false)
}
}
......
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