Dear Mukesh Kumar,
thank you for contacting us and your question.
First, we noticed you are using the API V3 of the cloud. Please note we do not recommend you start a new development with the latter, as it is deprecated and no longer maintained. You should use the API V4 instead.
In your case, as you do not seem to be using the HMAC authentication, can you please check the Response of your "await websocket.send(json.dumps(data))"
Can you confirm it is:
{
"type":"init",
"result":"success"
}
If not, which error message do you have?
Best regards,
Olivier
Mukesh Kumar
Hi ,
I am trying to use continue recognition but after connection i am not getting second request .
Please let me know if there is any problem in my code or api has been change
Thanks