Skip to content

Commit

Permalink
Fixed full screen share issue
Browse files Browse the repository at this point in the history
  • Loading branch information
Decoder07 committed Jun 6, 2024
1 parent 372e293 commit b7f54b9
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions packages/hms_room_kit/lib/src/meeting/meeting_store.dart
Original file line number Diff line number Diff line change
Expand Up @@ -1763,6 +1763,9 @@ class MeetingStore extends ChangeNotifier
currentScreenSharePage--;
}
screenShareCount--;
if (screenShareCount == 0) {
isScreenshareWhiteboardFullScreen = false;
}
peerTracks.removeAt(peerIndex);
notifyListeners();
// changePIPWindowTextOnIOS(text: localPeer?.name, ratio: [9, 16]);
Expand Down

0 comments on commit b7f54b9

Please sign in to comment.