Vapi Integration
const userId = 'unique-user-id'; // Replace with your actual user ID
vapi.start(assistantId, {
metadata: {
"OTO_USER_ID": userId,
},
});Last updated
const userId = 'unique-user-id'; // Replace with your actual user ID
vapi.start(assistantId, {
metadata: {
"OTO_USER_ID": userId,
},
});Last updated