mirror of
https://gitlab.com/famedly/fluffychat.git
synced 2024-11-23 20:49:26 +01:00
Merge branch 'krille/enable-screensharing' into 'main'
feat: Enable screensharing on Mobile See merge request famedly/fluffychat!851
This commit is contained in:
commit
cc2bbd1928
@ -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…
Reference in New Issue
Block a user