mirror of
https://github.com/mii443/libdatachannel.git
synced 2025-08-22 23:25:33 +00:00
Added WebSocket transport
This commit is contained in:
@ -30,6 +30,7 @@ namespace rtc {
|
||||
struct Message : binary {
|
||||
enum Type { Binary, String, Control, Reset };
|
||||
|
||||
Message(const Message &message) = default;
|
||||
Message(size_t size, Type type_ = Binary) : binary(size), type(type_) {}
|
||||
|
||||
template <typename Iterator>
|
||||
|
Reference in New Issue
Block a user