main.webrtc.RTCSessionDescription.kt Maven / Gradle / Ivy
// Automatically generated - do not modify!
package webrtc
sealed external interface RTCSessionDescription {
val sdp: String
val type: RTCSdpType
fun toJSON(): Any
}
// Automatically generated - do not modify!
package webrtc
sealed external interface RTCSessionDescription {
val sdp: String
val type: RTCSdpType
fun toJSON(): Any
}