All Downloads are FREE. Search and download functionalities are using the official Maven repository.

main.webrtc.RTCPeerConnectionStatic.kt Maven / Gradle / Ivy

There is a newer version: 0.0.32-pre.382
Show newest version
// Automatically generated - do not modify!

package webrtc

sealed external interface RTCPeerConnectionStatic {
/*
new(configuration?: RTCConfiguration, options?: any): RTCPeerConnection;
readonly defaultIceServers: RTCIceServer[];

// Extension: https://www.w3.org/TR/webrtc/#sec.cert-mgmt
generateCertificate(keygenAlgorithm: string): Promise;
*/
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy