Home
last modified time | relevance | path

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

/aosp_15_r20/external/webrtc/api/
H A Ddata_channel_interface.h34 struct DataChannelInit { struct
37 bool reliable = false;
40 bool ordered = true;
48 absl::optional<int> maxRetransmitTime;
54 absl::optional<int> maxRetransmits;
57 std::string protocol;
63 bool negotiated = false;
66 int id = -1;
69 absl::optional<Priority> priority;