Merge branch 'krille/enable-screensharing' into 'main'

feat: Enable screensharing on Mobile

See merge request famedly/fluffychat!851
This commit is contained in:
Krille Fear 2022-05-01 10:40:48 +00:00
commit cc2bbd1928
1 changed files with 2 additions and 1 deletions

View File

@ -401,7 +401,8 @@ class _MyCallingPage extends State<Calling> {
//switchSpeakerButton,
if (!voiceonly && !kIsWeb) switchCameraButton,
if (!voiceonly) muteCameraButton,
if (kIsWeb) screenSharingButton,
if (PlatformInfos.isMobile || PlatformInfos.isWeb)
screenSharingButton,
holdButton,
hangupButton,
];