sipgo
sipgo copied to clipboard
Remove error return from building client and server
Currently only due to passing options we return error on building client or server handle.
Instead doing this, we need to be explicit in passing options, and therefore remove need for error handling.
Caller should make sure that values are correct, and even current code does not check this.
This will simplify API, but it will be breaking change