Uses of Class
dev.onvoid.webrtc.RTCDataChannelState
-
Packages that use 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 RTCDataChannelStateRTCDataChannel. getState()Returns the state of this RTCDataChannel object.static RTCDataChannelStateRTCDataChannelState. 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.
-