Currently, I am using @miaz/capacitor-websocket to communicate api.hume.ai(wss://api.hume.ai/v0/stream/models), android studio simulator works well, but android phone does not work. the error message is :
Caused by: com.neovisionaries.ws.client.OpeningHandshakeException: The status code of the opening handshake response is not '101 Switching Protocols'. The status line is: HTTP/1.1 403 Forbidden
this is an urgent case, any suggestion are appreciated.