Skip to content

Commit

Permalink
fix(meeting): fix auto leave intermittently - release
Browse files Browse the repository at this point in the history
  • Loading branch information
Rajesh Kumar authored and rarajes2 committed Sep 29, 2023
1 parent 0c23672 commit 5c29889
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/MeetingsSDKAdapter.js
Original file line number Diff line number Diff line change
Expand Up @@ -1272,7 +1272,6 @@ 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 5c29889

Please sign in to comment.