Mayank Sharma
08/28/2024, 7:10 AMMayank Sharma
08/28/2024, 7:10 AMMayank Sharma
08/28/2024, 7:10 AMVapi
08/28/2024, 7:10 AMMayank Sharma
08/28/2024, 7:11 AMVapi
08/28/2024, 7:12 AMVapi
08/28/2024, 7:12 AMMayank Sharma
08/28/2024, 10:52 AMindex.js:338 Error: Duplicate DailyIframe instances are not allowed
at new Z (daily-esm.js:7:105158)
at Function.value (daily-esm.js:7:178423)
at Vapi.start (vapi.js:96:1)
index.js:163 Error: Duplicate DailyIframe instances are not allowed
at new Z (daily-esm.js:7:105158)
at Function.value (daily-esm.js:7:178423)
at Vapi.start (vapi.js:96:1)
api.js:53
index.js:202
{status: 400, data: {ā¦}}
index.js:338 Error: Duplicate DailyIframe instances are not allowed
at new Z (daily-esm.js:7:105158)
at Function.value (daily-esm.js:7:178423)
at Vapi.start (vapi.js:96:1)
index.js:163 Error: Duplicate DailyIframe instances are not allowed
at new Z (daily-esm.js:7:105158)
at Function.value (daily-esm.js:7:178423)
at Vapi.start (vapi.js:96:1)
Mayank Sharma
08/28/2024, 10:52 AMMayank Sharma
08/28/2024, 12:13 PMMayank Sharma
08/28/2024, 12:13 PMMayank Sharma
08/28/2024, 12:36 PMVapi
08/28/2024, 12:36 PMVapi.start
is called and make sure it's only called once or properly cleaned up before creating a new instance.
2. **PUT https://sales-stack-web-staging.api.holofy.io/v1/browser/canvas/folder 400 (Bad Request)**: This is an HTTP error indicating that the request made to the server was malformed or incorrect in some way. You'll need to check the API documentation to ensure that your request is structured correctly and includes all the necessary data.
3. **Updating the system message without speaking**: If you want to update the system message without having it spoken out loud, you would typically need to adjust the settings or parameters in your API call or the VAPI configuration. This might involve setting a parameter that controls whether the message is spoken or not.
Without specific details about the VAPI system you're using, I can't provide exact instructions. However, you should look for parameters related to text-to-speech (TTS) functionality in your VAPI documentation and see if there's a way to update the message silently.
If you're still having trouble, please provide more context or check the VAPI documentation for more details on how to update system messages without speaking. If there's a specific function you need to call to achieve this, please let me know, and I can assist you further.Mayank Sharma
08/28/2024, 2:17 PMMayank Sharma
08/28/2024, 2:17 PMMayank Sharma
08/28/2024, 2:44 PM{
"action": "error",
"errorMsg": "Meeting has ended",
"error": {
"type": "no-room",
"msg": "Exiting meeting because room was deleted"
},
"callFrameId": "17248549890110.845122806552143"
}
Mayank Sharma
08/28/2024, 2:44 PMMayank Sharma
08/28/2024, 2:45 PMMayank Sharma
08/28/2024, 2:46 PMShubham Bajaj
08/28/2024, 7:36 PM/call/:id
endpoint with PATCH method.Shubham Bajaj
08/28/2024, 7:39 PMMayank Sharma
08/29/2024, 5:58 AMMayank Sharma
08/29/2024, 6:01 AMMayank Sharma
08/29/2024, 6:04 AMMayank Sharma
08/29/2024, 6:16 AMvapiRef.current.send({
type: 'add-message',
message: {
role: 'system',
content: 'testing',
},
});
Mayank Sharma
08/29/2024, 9:01 AM9aedc4cc-8dc0-49d8-ad99-63a3b8f4b659
this call id i muted vapi kept it idle for sometime then unmute its listening to me and generating the conversation array as well not responding with voiceMayank Sharma
08/29/2024, 2:03 PMVapi
08/29/2024, 2:03 PM/call/:id
endpoint with the PATCH method to update the call settings. Since you've provided the call ID a168fa9c-1899-458c-999d-3f26367ff1f9
, you can make a PATCH request to /call/a168fa9c-1899-458c-999d-3f26367ff1f9
with the appropriate payload to update the call settings. However, I would need more information about what specific settings you want to update to provide you with the correct payload.
3. Regarding the system message update without speaking, it looks like you're using the correct method to send a system message. If the VAPI is not responding with voice after unmuting, it could be related to the call being ended or another issue with the VAPI settings.
Please ensure that you're following the VAPI/Web package documentation for handling mute/unmute states and updating call settings. If you're still facing issues, you may need to reach out to the VAPI support team for further assistance, as they would have more context on the specific configurations and behaviors of their system.
If you have any specific actions you'd like me to perform or further questions, please let me know, and I'll do my best to assist you.Shubham Bajaj
08/29/2024, 7:55 PMcomponents.schemas.CreateAssistantDTO.properties.silenceTimeoutSeconds
is set to 30seconds.
Try using 180 seconds or lesser.Shubham Bajaj
08/29/2024, 8:05 PMuser
Partial Transcript : as you can see was: 0.40400162
šµ 08:56:38:619 Conversation Buffer Outputted Data But Muted. (isBotMuted: true, isUserMuted: false)
šµ 08:56:40:300 user
Final Transcript : deleted high.: 0.7656988
šµ 08:56:40:301 Conversation Buffer Outputted Data But Muted. (isBotMuted: true, isUserMuted: false)
@Mayank Sharma as you can see bot was still on mute so that's why didn't responded which is opposite to recording/transcription can you check in your logs/events bot unmute event was triggered succesfully?Mayank Sharma
08/30/2024, 7:59 AMMayank Sharma
08/30/2024, 7:59 AMMayank Sharma
08/30/2024, 8:00 AMMayank Sharma
08/30/2024, 8:01 AMMayank Sharma
08/30/2024, 12:11 PMShubham Bajaj
08/30/2024, 7:30 PMShubham Bajaj
08/30/2024, 7:30 PMvapi.setMuted(false)
Mayank Sharma
09/02/2024, 7:03 AMShubham Bajaj
09/02/2024, 2:40 PMMayank Sharma
09/02/2024, 2:54 PM