Modifier and Type | Method and Description |
---|---|
RTCDataChannelState |
RTCDataChannelStats.getState()
get The state of the RTCDatachannel.
|
static RTCDataChannelState |
RTCDataChannelState.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static RTCDataChannelState[] |
RTCDataChannelState.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
RTCDataChannelStats.setState(RTCDataChannelState state)
set The state of the RTCDatachannel.
|
Constructor and Description |
---|
RTCDataChannelStats(String id,
StatsType type,
double timestamp,
long timestampMillis,
String label,
String protocol,
long datachannelid,
RTCDataChannelState state,
long messagesSent,
long bytesSent,
long messagesReceived,
long bytesReceived)
Create a RTCDataChannelStats
|
Copyright © 2022 Kurento. All rights reserved.