diff --git a/api/transport/data_channel_transport_interface.h b/api/transport/data_channel_transport_interface.h index 52c852235b..cdae6fee19 100644 --- a/api/transport/data_channel_transport_interface.h +++ b/api/transport/data_channel_transport_interface.h @@ -35,9 +35,6 @@ enum class DataMessageType { // sent reliably and in-order, even if the data channel is configured for // unreliable delivery. struct SendDataParams { - SendDataParams() = default; - SendDataParams(const SendDataParams&) = default; - DataMessageType type = DataMessageType::kText; // Whether to deliver the message in order with respect to other ordered