sipgo icon indicating copy to clipboard operation
sipgo copied to clipboard

Remove error return from building client and server

Open emiago opened this issue 10 months ago • 0 comments

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

emiago avatar Apr 08 '24 18:04 emiago