Skip to content
Snippets Groups Projects
Commit f2c30793 authored by Anton Georgiev's avatar Anton Georgiev
Browse files

Remove maxInactivity added in merge from 2.2.24

parent c48842dc
No related branches found
No related tags found
No related merge requests found
......@@ -502,8 +502,6 @@ public class ParamsProcessorUtil {
meeting.setMeetingEndedCallbackURL(meetingEndedCallbackURL);
}
meeting.setMaxInactivityTimeoutMinutes(maxInactivityTimeoutMinutes);
meeting.setWarnMinutesBeforeMax(warnMinutesBeforeMax);
meeting.setMeetingExpireIfNoUserJoinedInMinutes(meetingExpireIfNoUserJoinedInMinutes);
meeting.setMeetingExpireWhenLastUserLeftInMinutes(meetingExpireWhenLastUserLeftInMinutes);
meeting.setUserInactivityInspectTimerInMinutes(userInactivityInspectTimerInMinutes);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment