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,
|
//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…
Add table
Add a link
Reference in a new issue