forked from mdn/content
-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
51f7b53
commit 7c26747
Showing
1 changed file
with
25 additions
and
0 deletions.
There are no files selected for viewing
25 changes: 25 additions & 0 deletions
25
files/en-us/web/api/rtctransportstats/localcertificateid/index.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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}} |