You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fixes#1184
### Details
- No idea how, but flatbuffers branch misses `enableUdp`, `enableTcp`, and `preferUdp` and `preferTcp` options when creating a `WebRtcTransport` with a `WebRtcServer`. This was implemented in v3.
### TODO
Rust side, but I prefer to have the Node + C++ sides approved first.
### NOTE
I'm extremely worried that something else may have been lost, specially in `WebRtcServer` cpp and hpp files.
Bug Report
Those things are missing in flatbuffers branch so passing
enableUdp: false
(for example) torouter.createWebRtcTransport()
is completely ignored.The text was updated successfully, but these errors were encountered: