I posted this in general but didn't hear back from anyone
is there any reason why i am unable to assign a customerID value? that javascript code should assign a customer id for the call however when my vapi function returns data, customerID is still null
not sure if we are barred from assigning a value from code or something?
i got everything working in terms of storing a UID in session hsitory, but its imperative that i can assign that value somewhere when the call begins
maybe im just trying to assign the value incorrectly? it looks correct to me
is there any other documentation or something. assistant is just equal to the assistantID of the number i'm connecting to, is there a way to pass in the customerID there or something? either way not sure why what i currently have isn't working
is there a way to programmatically assign that customerID value through the sdk? i can't see why we wouldn't be able to but it doesn't appear to change form the default value of None despite me assigning a different value
i can't think of a signle reason why we can't assign customerID within the vapiinstance config (unless your sdk does not allow us to do so) especially since it defaults to "None". Unless i messed something up? can't even assign a value to just customer, if i could assign a value to any additional parameters it would be perfect for my use case. Please if anyone can help me with this i would greatly appreciate it. this is the last hurdle for finsihing my web app and vapi is working so well for this. I just need to understadn why we can't even modify the CustomerID parameter even though it defaults to none. I know call id is genrated automatically but if i could update customerID and match it to the session id i wrote in django, i am finally good to go and get deploying with vapi as the backbone of some aspects of my webapp. thanks in advance! let me know if you need any more details