Enum WebRtcDataChannel.WriteModeEnum
- Namespace
- Godot
- Assembly
- GodotSharp.dll
public enum WebRtcDataChannel.WriteModeEnum : long
Fields
Binary = 1
Tells the channel to send data over this channel as binary. An external peer (non-Godot) would receive this as array buffer or blob.
Text = 0
Tells the channel to send data over this channel as text. An external peer (non-Godot) would receive this as a string.