Skip to content

Commit

Permalink
updateVideoView was causing issues when leaving meetings. Removing it
Browse files Browse the repository at this point in the history
resolves them.
  • Loading branch information
William Wilkinson committed Dec 29, 2023
1 parent 8c50d64 commit 186f7c7
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -957,7 +957,6 @@ private void unregisterListener() {
// InMeetingServiceListener required listeners
@Override
public void onMeetingLeaveComplete(long ret) {
updateVideoView();
sendEvent("MeetingEvent", getMeetingEndReasonName((int)ret));
}

Expand Down

0 comments on commit 186f7c7

Please sign in to comment.