Skip to content

Commit

Permalink
fix(meeting): release auto leave intermittently fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Rajesh Kumar authored and rarajes2 committed Sep 26, 2023
1 parent cf9f8e5 commit 6e536fa
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/MeetingsSDKAdapter.js
Original file line number Diff line number Diff line change
Expand Up @@ -1272,6 +1272,7 @@ export default class MeetingsSDKAdapter extends MeetingsAdapter {
.pipe(
map(() => {
logger.debug('MEETING', ID, 'getMeeting()', ['received', EVENT_MEMBERS_UPDATE, 'event']);
// Use state of specific meeting instead of collective state
const self = sdkMeeting.joinedWith;

return (self && self.state) || MeetingState.NOT_JOINED;
Expand Down

0 comments on commit 6e536fa

Please sign in to comment.