Skip to content

Commit

Permalink
updated conditions
Browse files Browse the repository at this point in the history
  • Loading branch information
ygit committed Dec 19, 2023
1 parent b19753a commit 5298ca9
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -125,8 +125,7 @@ class _ParticipantsBottomSheetState extends State<ParticipantsBottomSheet> {
meetingStore.changeRoleOfPeer(
peer: peer,
roleName: offStageRole,
forceChange: meetingStore
.shouldSkipPreviewForRoleChange());
forceChange: true);
return;
} catch (e) {
log(e.toString());
Expand Down

0 comments on commit 5298ca9

Please sign in to comment.