Implement conference availability mechanism

Merged Andrea Gianarda requested to merge feature/conference_availability_5_4 into release/5.4

A global setting allow the server the amount of time a client can join a conference before it starts and after ends Reply 410 Gone if a client tries to join an expired conference Delay the conference expiration whenever a participant joins an ended conference If a participant joins between the conference end time and its expiry time, the latter becomes the device joining time plus the core configure expiry time

Merge request reports