diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/WebRTCLibDataChannel.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/WebRTCLibDataChannel.hpp b/src/WebRTCLibDataChannel.hpp index b79eeaa..05f1ceb 100644 --- a/src/WebRTCLibDataChannel.hpp +++ b/src/WebRTCLibDataChannel.hpp @@ -61,7 +61,7 @@ private: QueuedPacket current_packet; std::shared_ptr<rtc::DataChannel> channel = nullptr; - WriteMode write_mode = WRITE_MODE_TEXT; + WriteMode write_mode = WRITE_MODE_BINARY; ChannelState channel_state = STATE_CONNECTING; bool negotiated = false; |