We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 315c0e4 commit 366dc03Copy full SHA for 366dc03
src/utils/vapiChatClient.ts
@@ -64,6 +64,7 @@ export class VapiChatClient {
64
headers: {
65
Authorization: `Bearer ${this.publicKey}`,
66
'Content-Type': 'application/json',
67
+ 'X-Client-ID': 'vapi-widget',
68
},
69
body: JSON.stringify({
70
...message,
0 commit comments