godotengine / webrtc-native

The official GDNative WebRTC implementation for non-html exports.
MIT License
210 stars 34 forks source link

Fix default data channel write mode to binary. #56

Closed Faless closed 2 years ago

Faless commented 2 years ago

It's the engine expected default, and the least surprising for the users since it allows any data to be sent, while text mode requires valid UTF.

See #55