Uses of Class
dev.onvoid.webrtc.RTCDataChannelState
Package | Description |
---|---|
dev.onvoid.webrtc |
-
Uses of RTCDataChannelState in dev.onvoid.webrtc
Methods in dev.onvoid.webrtc that return RTCDataChannelState Modifier and Type Method Description RTCDataChannelState
RTCDataChannel. getState()
Returns the state of this RTCDataChannel object.static RTCDataChannelState
RTCDataChannelState. valueOf(java.lang.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.