feat: Enable screensharing on Mobile
This commit is contained in:
parent
57b7faca10
commit
1537fdf18c
1 changed files with 2 additions and 1 deletions
|
|
@ -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…
Add table
Reference in a new issue