Uses of Class
dev.onvoid.webrtc.RTCPriorityType
-
Packages that use RTCPriorityType Package Description dev.onvoid.webrtc -
-
Uses of RTCPriorityType in dev.onvoid.webrtc
Fields in dev.onvoid.webrtc declared as RTCPriorityType Modifier and Type Field Description RTCPriorityTypeRTCDataChannelInit. priorityPriority of this channel.Methods in dev.onvoid.webrtc that return RTCPriorityType Modifier and Type Method Description static RTCPriorityTypeRTCPriorityType. valueOf(String name)Returns the enum constant of this type with the specified name.static RTCPriorityType[]RTCPriorityType. values()Returns an array containing the constants of this enum type, in the order they are declared.
-