Uses of Class
dev.onvoid.webrtc.RTCSdpType
-
Packages that use RTCSdpType Package Description dev.onvoid.webrtc -
-
Uses of RTCSdpType in dev.onvoid.webrtc
Fields in dev.onvoid.webrtc declared as RTCSdpType Modifier and Type Field Description RTCSdpTypeRTCSessionDescription. sdpTypeThe type of this RTCSessionDescription.Methods in dev.onvoid.webrtc that return RTCSdpType Modifier and Type Method Description static RTCSdpTypeRTCSdpType. valueOf(String name)Returns the enum constant of this type with the specified name.static RTCSdpType[]RTCSdpType. values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in dev.onvoid.webrtc with parameters of type RTCSdpType Constructor Description RTCSessionDescription(RTCSdpType sdpType, String sdp)Creates an instance of RTCSessionDescription with the specified SDP and the SDP type.
-