Discussions
WebRTC signaling issues
about 1 year ago by Bo
Hi - I’ve been working on integrating a custom stream/talk in my WebApp.
I’ve followed the docs and the sample app on GitHub. chrome://WebRTC-Internals tells me the signals are successful.
However, when I review the stream stats, it’s telling me 0 bytes. It is streaming but it doesn’t look like a video is being streamed.
Is it possible to do some debugging together? I did notice in the talk api….the sample docs didn’t mention a source_url…but the api responded with an error saying it was required. I wasn’t sure what it needed so I sent the url of the image & it seems to take the params I’m sending and respond successfully.