Skip to content
Snippets Groups Projects
Commit adb5eca5 authored by Sébastien Blin's avatar Sébastien Blin
Browse files

callactionbar: show share screen button for SIP

Change-Id: Ie25fbffd31011a3a9eb3d4e3bed3192b057cf7ed
parent 8e2d1e5c
No related branches found
No related tags found
No related merge requests found
......@@ -452,7 +452,7 @@ Control {
CallOverlayModel.addSecondaryControl(callTransferAction)
}
CallOverlayModel.addSecondaryControl(chatAction)
if (CurrentAccount.videoEnabled_Video && !isSIP)
if (CurrentAccount.videoEnabled_Video)
CallOverlayModel.addSecondaryControl(shareAction)
CallOverlayModel.addSecondaryControl(layoutAction)
CallOverlayModel.addSecondaryControl(recordAction)
......
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