mirror of
https://gitlab.com/famedly/fluffychat.git
synced 2024-11-24 04:59: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,
|
//switchSpeakerButton,
|
||||||
if (!voiceonly && !kIsWeb) switchCameraButton,
|
if (!voiceonly && !kIsWeb) switchCameraButton,
|
||||||
if (!voiceonly) muteCameraButton,
|
if (!voiceonly) muteCameraButton,
|
||||||
if (kIsWeb) screenSharingButton,
|
if (PlatformInfos.isMobile || PlatformInfos.isWeb)
|
||||||
|
screenSharingButton,
|
||||||
holdButton,
|
holdButton,
|
||||||
hangupButton,
|
hangupButton,
|
||||||
];
|
];
|
||||||
|
Loading…
Reference in New Issue
Block a user