feat: Enable screensharing on Mobile

This commit is contained in:
Christian Pauly 2022-05-01 12:18:25 +02:00
parent 57b7faca10
commit 1537fdf18c

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