Skip to content

Latest commit

 

History

History
18 lines (10 loc) · 965 Bytes

File metadata and controls

18 lines (10 loc) · 965 Bytes

Home > sip.js > SessionManagerOptions > iceStopWaitingOnServerReflexive

SessionManagerOptions.iceStopWaitingOnServerReflexive property

Stop waiting for ICE gathering to complete once a server reflexive address is obtained.

Signature:

iceStopWaitingOnServerReflexive?: boolean;

Remarks

This is an aggressive approach to limiting the amount of time spent gathering ICE candidates. While this will contribute to minimizing the post dial/answer delay experienced, it will very likely prevent a complete set of candidates from being gathered. If an ICE gathering timeout is also provided as an option to the session description handler, waiting will stop on whichever event occurs first.