Duration Paramater with Voice Receiving

Can someone explain to me how the duration parameter works when it comes to voice receiving? I'm having trouble understanding what it actually does. Like its 100ms after what happens?

const opusStream = voice_Connection.receiver.subscribe(userId, {
                    end: {
                        behavior: EndBehaviorType.AfterSilence,
                        duration: 100 // this
                    }
                });
Was this page helpful?