Functions
Link copied to clipboard
inline suspend fun RTCPeerConnection.Companion.generateCertificate(keygenAlgorithm: String): RTCCertificate
inline suspend fun RTCPeerConnection.Companion.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.
Link copied to clipboard
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.