Home
last modified time | relevance | path

Searched defs:DataChannelInit (Results 1 – 1 of 1) sorted by relevance

/external/webrtc/api/
Ddata_channel_interface.h34 struct DataChannelInit { struct
37 bool reliable = false;
40 bool ordered = true;
47 absl::optional<int> maxRetransmitTime;
52 absl::optional<int> maxRetransmits;
55 std::string protocol;
61 bool negotiated = false;
64 int id = -1;
67 absl::optional<Priority> priority;