Currently, we don't prune old OpusDecoders from calls in response to either long timeouts or to disconnect events. As each of these is quite large, this can add up in long calls over many servers.
Each SsrcState should ideally be removed once a user leaves the call, or after a configurable timeout.
Currently, we don't prune old
OpusDecoder
s from calls in response to either long timeouts or to disconnect events. As each of these is quite large, this can add up in long calls over many servers.Each
SsrcState
should ideally be removed once a user leaves the call, or after a configurable timeout.