feat: Enable screensharing on Mobile

krille/hot-fixes
Christian Pauly 3 years ago
parent 57b7faca10
commit 1537fdf18c

@ -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