mirror of
https://git.jami.net/savoirfairelinux/jami-client-qt.git
synced 2025-07-25 18:05:34 +02:00
callactionbar: show share screen button for SIP
Change-Id: Ie25fbffd31011a3a9eb3d4e3bed3192b057cf7ed
This commit is contained in:
parent
8e2d1e5cc8
commit
adb5eca5e8
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Reference in a new issue