Closed memsethz closed 2 years ago
https://github.com/pion/ion-sfu/blob/master/examples/pubsubtest/main.js as a reference, jsonrpc
https://github.com/pion/ion-sfu/blob/master/examples/pubsubtest/main.js as a reference, jsonrpc
OK, I found my mistake, thanks
Browser: chrome 95.0.4638.54 ion-sdk-js: 1.7.2
Hi, I'm trying to integrate this sdk in angular and I've built the ion-sfu service locally. Here is my client integration code
The code was mostly consistent with the readme, but I soon encountered the first error
I found out that grpc-web is detecting that the url must start with http, so I changed ws://localhost:7000/ws to http://localhost:7000/ws, and then I got the second error
Can anyone tell me what this is about?