Companion

Functions

Link copied to clipboard
suspend fun generateCertificate(keygenAlgorithm: String): RTCCertificate

suspend fun generateCertificate(keygenAlgorithm: Algorithm): RTCCertificate

The generateCertificate() static function of the RTCPeerConnection interface creates an X.509 certificate and corresponding private key, returning a promise that resolves with the new RTCCertificate once it's generated.