iceCheckingTimeout and sip.js release

35 views
Skip to first unread message

Kakiman Expert

unread,
Sep 16, 2022, 11:05:34 AM9/16/22
to SIP.js
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

Jnkrpx Prknjx

unread,
Sep 21, 2022, 6:32:21 AM9/21/22
to SIP.js
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,
};
```
Reply all
Reply to author
Forward
0 new messages