Display screen sharing content locally
This commit is contained in:
parent
e8e88e7d79
commit
70c77cdc44
7 changed files with 90 additions and 68 deletions
|
|
@ -405,15 +405,6 @@ CallManager::screenShareSupported()
|
|||
return std::getenv("DISPLAY") && !std::getenv("WAYLAND_DISPLAY");
|
||||
}
|
||||
|
||||
bool
|
||||
CallManager::haveVideo() const
|
||||
{
|
||||
return callType() == CallType::VIDEO ||
|
||||
(callType() == CallType::SCREEN &&
|
||||
(ChatPage::instance()->userSettings()->screenShareRemoteVideo() &&
|
||||
!session_.isRemoteVideoRecvOnly()));
|
||||
}
|
||||
|
||||
QStringList
|
||||
CallManager::devices(bool isVideo) const
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue