Closed ChrisiPK closed 1 year ago
This looks a great piece of work thanks a lot for using the library and helping to improve it. I will check all testing etc looks good and pull very shortly.
Thanks, happy to hear that you like it.
I made one more small changed and corrected the overload definitions as this is closer to the actual implementation. It doesn't change the functionality, though.
greaat work thanks so much for improving and using the library
While integrating jspurefix in an app, I realized there is no way to pass a custom logger. Also, there is no way to pass session options without storing them in a file.
This PR addresses both issues. It keeps the existing functionality intact, so it does not break backwards compatibility.
There is a slight change in the public API: The type of
SessionLauncher.initiatorconfig
andSessionLauncher.acceptorConfig
is nowISessionDescription
. Before, it wasstring
.Please let me know what you think. I am happy to improve on this PR, if required.