John Riordan
John Riordan
This is not the forum we are using for support. Please try the [google group](https://groups.google.com/forum/#!forum/sip_js) - you will be more likely to get help/support there. Thanks.
`onDisconnect()` will be called once the websocket figures out it is no longer connected, but it may not determine this immediately after opening the laptop. Please give it some time...
Hi, We are doing dev in *nix environment currently. #516 is likely perhaps helpful if you must. Not sure what it would take to support Windows as development environment, but...
Please refer to pull request #972 for resolution.
I understand you are looking for SimpleUser to support early media. And I see how you are trying to make it happen. A couple of comments... 1. Early media is...
SimpleUser only supports a single session currently and is attempting to abstract the API away to make things simpler. ``` // Supply delegate to handle inbound calls (optional) simpleUser.delegate =...
This is an issue with the `URI` class. The new API requires a `URI` instance be passed as an options, so that's indirectly no longer an issue. But the `URI`...
Related to #791
Relevant documentation to get you started... - https://github.com/onsip/SIP.js/blob/main/docs/transport/sip.js.transport.ws.md - https://github.com/onsip/SIP.js/blob/main/docs/api/sip.js.useragent.transport.md But this is not a support forum, so any followup to the [google group](https://groups.google.com/forum/#!forum/sip_js). Thanks.
@dixoncb - yes setting a timeout is arbitrary @clshortfuse - yes your approach is a valid `iceGatherComplete()` is currently `protected` which is an issue perhaps `iceGatherComplete()` should be `public`? perhaps...