I need to differentiate whether the host has ended meeting or just left the meeting.
I tried implementing following callbacks, but the values returned by both these functions are the same in the event of both end and leave meeting. :
@Override
public void onMeetingLeaveComplete(long l) {
}
@Override
public void onMeetingStatusChanged(MeetingStatus meetingStatus, int i, int i1) {
}