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