Skip to content

1.3.0

Compare
Choose a tag to compare
@winsock winsock released this 29 Oct 20:09
· 39 commits to v1 since this release
cb8665b

1.3.0

  • Allow the call originate helpers to be called in the foreground via api
  • Change the originate helpers to take a new Leg struct for the legs of the calls to allow more control
  • Remove the UUID being returned from the originate helpers, callers are now responsible to set originination_uuid on each leg of the call.
  • Improve the IsOkay helper on RawResponse and add a GetReply helper
  • Improve function documentation.