dynamically setting the serverUrl

  1. I can reliably get a hardcoded serverUrl working with an assistant.
  2. I can trigger calls with an "undefined" assistant where all the details are provided in the API request to CreatePhoneCall.
    2a. I can not get those "undefined" assistants to send events to a provided serverUrl.
    2b. Using the same serverUrl with an assistant works just fine, so I know there's some break in expectations here. What's confusing is that the response from createPhoneCall includes the serverUrl, but then sends nothing back.
Any thoughts on this? I have a workaround, but want to confirm there's not an easy fix before I put the time in (and have to refactor schemas)
Was this page helpful?