Skip to content
This repository was archived by the owner on Nov 16, 2023. It is now read-only.
This repository was archived by the owner on Nov 16, 2023. It is now read-only.

wrong websocket address #64

@manuliner

Description

@manuliner

to make this work i needed to change the websocket address in this line

return Storage.Local.GetOrAdd("Host", "wss://speech.platform.bing.com");

to

return Storage.Local.GetOrAdd("Host", "wss://{your Deployment ID}.api.cris.ai");

i also changed this in my gulped JS file under node_modules/microsoft-speech-browser-sdk/distrib/src/sdk/speech.browser/SpeechConnectionFactory.js

you should change this in your sample, as it is not working at the moment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions