Skip to content

Commit

Permalink
localCertificateId
Browse files Browse the repository at this point in the history
  • Loading branch information
hamishwillee committed Dec 17, 2024
1 parent 51f7b53 commit 7c26747
Showing 1 changed file with 25 additions and 0 deletions.
25 changes: 25 additions & 0 deletions files/en-us/web/api/rtctransportstats/localcertificateid/index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
---
title: "RTCTransportStats: localCertificateId property"
short-title: localCertificateId
slug: Web/API/RTCTransportStats/localCertificateId
page-type: web-api-instance-property
browser-compat: api.RTCStatsReport.type_transport.localCertificateId
---

{{APIRef("WebRTC")}}

The **`localCertificateId`** property of the {{domxref("RTCTransportStats")}} dictionary is a string that indicates the id of the local certificate used by this {{domxref("RTCIceTransport")}}.

It is only present for DTLS transports, and after DTLS has been negotiated.

## Value

A string that containing the id of the local certificate used by this transport.

## Specifications

{{Specifications}}

## Browser compatibility

{{Compat}}

0 comments on commit 7c26747

Please sign in to comment.