jolexpert at gmail.com Guest
|
Posted: Wed Sep 21, 2022 6:07 am Post subject: [Freeswitch-users] [SIP.js] Re: iceCheckingTimeout and sip.j |
|
|
Hello
I already use this parameter but i am wondering if in the new release of sip.js (0.20 for example) this parameter still exists
Le mer. 21 sept. 2022 à 12:32, Jnkrpx Prknjx <jnkrpx@gmail.com (jnkrpx@gmail.com)> a écrit :
Quote: | You could use iceGatheringTimeout
```
/**
* The maximum duration to wait in ms for ICE gathering to complete.
* No timeout if undefined or zero.
*/
iceGatheringTimeout?: number;
```
Example:
```
userAgentOptions.sessionDescriptionHandlerFactoryOptions = {
iceGatheringTimeout: 1000,
};
```
Il giorno venerdì 16 settembre 2022 alle 17:05:34 UTC+2 jole...@gmail.com (jole...@gmail.com) ha scritto:
Quote: | Hello,
I have read somewhere that iceCheckingTimeout parameter will be removed from sip.js version 0.17 and upper. so i am working in 0.16.1.
do you know which parameter will replace iceCheckingTimeout ?
thanks
franck
|
--
You received this message because you are subscribed to the Google Groups "SIP.js" group.
To unsubscribe from this group and stop receiving emails from it, send an email to sip_js+unsubscribe@googlegroups.com ([email]sip_js+unsubscribe@googlegroups.com[/email]).
To view this discussion on the web visit https://groups.google.com/d/msgid/sip_js/5194fdde-49c5-4588-b07c-96c7a7cab5ban%40googlegroups.com.
|
|
|