Rodrigo Medeiros
Rodrigo Medeiros
Hi @brycekahle , I'm facing a similar problem with not having the origin in the header. My problem is to connect to the websocket we have a list of allowed...
@brycekahle The documentation is wrong as well, it says: > Property: headers (object) Hash containing various headers copied from last receiving request on that connection. Exposed headers include: `origin`, `referer`...
@sorokinvj Im calling it from a google function onCall with the code below and Im receiving `Unhandled error Error: 3 INVALID_ARGUMENT: Invalid resource field value in the request. ` I...
**UPDATE** I could make it work with: ``` const client = new speech.v2.SpeechClient({ apiEndpoint: `us-central1-speech.googleapis.com`, }); const config: speech.protos.google.cloud.speech.v2.IRecognitionConfig = { languageCodes: ["en-US"], model: "long", features: { profanityFilter: true, enableAutomaticPunctuation:...