is there a way to update a current active call (us...
# general-english
e
is there a way to update a current active call (using call_id) from a backend python client sdk to pass metadata through vapi to be received in the web client via
on.message(data) => data.type === "metadata" ? {console.log(data)} : sad
? my goal: 1. web client initializes call with vapi 2. vapi posts to backend 3. backend updates vapi call with metadata 4. metadata shows up in web client
2 Views