RevoluPowered / one-voip-godot-4

One voip plugin to rule them all
MIT License
49 stars 4 forks source link

Design 2 - No Network #3

Closed marc-weber1 closed 1 year ago

marc-weber1 commented 1 year ago

PacketPeer sucks as an interface, we would only be able to use it if we casted it to figure out whether it was a WebRTCDataChannel or some kind of ENet peer, in which case we would have to check every single packet to see if it matched the channel that we would have to somehow take as an extra argument

head hurts

no more networking