Reformatting

This commit is contained in:
Paul-Louis Ageneau
2020-11-12 09:46:07 +01:00
parent f83843d054
commit 06b46aba91
4 changed files with 10 additions and 10 deletions

View File

@ -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> {