Show HN: A minimal demo of SIP ↔ WebRTC
github.com
Show HN: A minimal demo of SIP ↔ WebRTC
1–4 of 4 posts
Re: Show HN: A minimal demo of SIP ↔ WebRTC
#2I think it’s really fun how it’s all the same underlying protocols. Makes it easy to bridge these two protocols you would assume are dramatically different!
Re: Show HN: A minimal demo of SIP ↔ WebRTC
#3Nice job on this :) I think it’s really fun how it’s all the same underlying protocols. Makes it easy to bridge these two protocols you would assume are dramatically different!
I noticed that in SIP, when a device sends an offer with sendrecv, the gateway responds correctly, but if I try sendonly or recvonly, it doesn’t seem to work only sendrecv works. I’m not sure why yet, so I’ll need to dig into it more.
Re: Show HN: A minimal demo of SIP ↔ WebRTC
#4Nice job on this :) I think it’s really fun how it’s all the same underlying protocols. Makes it easy to bridge these two protocols you would assume are dramatically different!
Yes, both share the same base protocol, I just wanted to play around with it for fun. I noticed that in SIP, when a device sends an offer with sendrecv, the gateway responds correctly, but if I try sendonly or recvonly, it doesn’t seem to work only sendrecv works. I’m not sure why yet, so I’ll need to dig into it more.