Uses of Class
dev.onvoid.webrtc.RTCRtcpMuxPolicy
-
Packages that use RTCRtcpMuxPolicy Package Description dev.onvoid.webrtc -
-
Uses of RTCRtcpMuxPolicy in dev.onvoid.webrtc
Fields in dev.onvoid.webrtc declared as RTCRtcpMuxPolicy Modifier and Type Field Description RTCRtcpMuxPolicyRTCConfiguration. rtcpMuxPolicyIndicates which rtcp-mux policy to use when gathering ICE candidates.Methods in dev.onvoid.webrtc that return RTCRtcpMuxPolicy Modifier and Type Method Description static RTCRtcpMuxPolicyRTCRtcpMuxPolicy. valueOf(String name)Returns the enum constant of this type with the specified name.static RTCRtcpMuxPolicy[]RTCRtcpMuxPolicy. values()Returns an array containing the constants of this enum type, in the order they are declared.
-