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

feat: Enable screensharing on Mobile

See merge request famedly/fluffychat!851
krille/hot-fixes
Krille Fear 4 years ago
commit 667908f012

@ -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,
];

Loading…
Cancel
Save