Lesly
12/03/2024, 10:06 AMVapi
12/03/2024, 10:08 AM<script>
snippet you mentioned to understand how you're initializing the call and to check if the target origin is set correctly. Also, please ensure that you're providing the correct authentication tokens or API keys required by the voice API.
If you can provide the script or any additional details about how you're setting up the call, I'll do my best to guide you through resolving these issues.Vapi
12/03/2024, 10:08 AMLesly
12/03/2024, 10:13 AMAssistant volume level: ${volume}
);
});
vapiInstance.on('message', (message) => {
console.log(message);
});
vapiInstance.on('error', (e) => {
console.error(e);
});
} else {
console.error("vapiInstance could not be initialized.");
}
};
})(document, "script");
@UserLesly
12/03/2024, 10:49 AMLesly
12/03/2024, 9:24 PM