public static class RTCPeerConnection.DataChannelParameters
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
int |
id |
int |
maxRetransmits |
int |
maxRetransmitTimeMs |
boolean |
negotiated |
boolean |
ordered |
java.lang.String |
protocol |
| Constructor and Description |
|---|
DataChannelParameters(boolean ordered,
int maxRetransmitTimeMs,
int maxRetransmits,
java.lang.String protocol,
boolean negotiated,
int id) |