mirror of
https://gitlab.com/famedly/fluffychat.git
synced 2025-02-17 14:30:40 +01:00
feat: Enable screensharing on Mobile
This commit is contained in:
parent
dd9adbcdb9
commit
7c97f07458
@ -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…
x
Reference in New Issue
Block a user