Skip to content

Commit

Permalink
Added screenshare option based on role permissions
Browse files Browse the repository at this point in the history
  • Loading branch information
Decoder07 committed Dec 26, 2023
1 parent 3625ba2 commit 0962566
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -133,6 +133,7 @@ class _AppUtilitiesBottomSheetState extends State<AppUtilitiesBottomSheet> {
optionText: "Participants"),

///This renders the screen share option
if(meetingStore.localPeer?.role.publishSettings?.allowed.contains("screen") ?? false)
MoreOptionItem(
onTap: () async {
Navigator.pop(context);
Expand Down

0 comments on commit 0962566

Please sign in to comment.