
main.webrtc.RTCSessionDescription.kt Maven / Gradle / Ivy
// Automatically generated - do not modify!
package webrtc
external class RTCSessionDescription(
init: RTCSessionDescriptionInit,
) {
val sdp: String
val type: RTCSdpType
fun toJSON(): Any
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy