Replies: 1 comment
-
You can use both but currently, you have to listen on different ports for WebRTC and QUIC. We cannot (yet) share the same UDP socket even though in theory, one can demultiplex WebRTC and QUIC packets from each other quite easily. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Would it be possible to write a universal relay/signaling server? That could support both webrtc and udp/quic for incoming connections. I might be wrong but right now it seems like you can only support one platform at a time. A webrtc server will only support connections from browsers with the webrtc transport and a relay server will only support connections from native platforms
Beta Was this translation helpful? Give feedback.
All reactions