rtpjitterbuffer: limit max-dropout-time to maxint32
max-dropout-time gets cast to int32 so any value over MAXINT32 gets considered as negative and is silently ignored.
Due to an influx of spam, we have had to impose restrictions on new accounts. Please see this wiki page for instructions on how to get full permissions. Sorry for the inconvenience.
max-dropout-time gets cast to int32 so any value over MAXINT32 gets considered as negative and is silently ignored.