CloudWebRTC

Results 280 comments of CloudWebRTC

This is a good idea, I think it will not be too difficult because this repo has only one `main.go` and a few necessary ports to be exposed.

This demo is only used to demonstrate the basic call functions of flutter-webrtc. You can fork this repo and modify it as you want.

看样子需要在Session 中为status 加锁.

you're right, #73 caused a break, need a new PR to remove this #73 effect,

@skeller Thank you for speaking out on these issues, I can add you @skeller @gaaf to collaborators if you want (if you are willing to share your experience and fix...

This repo was originally written to do some interactive tests with webrtc, but it seems that a lot of people are paying attention, so I try to improve it during...

I've invited you as collaborators @skeller @gaaf , if you want, you can submit changes directly to fix these bugs :)

@pascal-ace Sorry for the slow reply, I got back to this line after a long time. I am ready to add RTP relay support, will try to add pion/webrtc to...

did you start any sip server? For example `go run examples/b2bua/main.go`

It seems that the ACK did not pass through the Record-Route return path correctly. I guess the final ACK is sent using the address in `Contact: ;isfocus`. You can try...