mirror of
https://github.com/mii443/libdatachannel.git
synced 2025-12-03 11:08:33 +00:00
Reformatting
This commit is contained in:
@@ -52,9 +52,9 @@ using future_certificate_ptr = std::shared_future<certificate_ptr>;
|
||||
|
||||
struct DataChannelInit {
|
||||
Reliability reliability = {};
|
||||
string protocol = "";
|
||||
bool negociated = false;
|
||||
std::optional<uint16_t> id = nullopt;
|
||||
string protocol = "";
|
||||
};
|
||||
|
||||
class PeerConnection final : public std::enable_shared_from_this<PeerConnection> {
|
||||
|
||||
Reference in New Issue
Block a user