RTCTransportStats: srtpCipher 屬性
RTCTransportStats 字典的 srtpCipher 屬性指示用於 安全即時傳輸協議 (SRTP) 傳輸的保護配置檔案的描述性名稱。
值
一個字串,指示 SRTP 保護配置檔案的描述性名稱。
值在 IANA DTLS-SRTP 保護配置檔案登錄檔 的“配置檔案”列和 RFC 5764, Section 4.1.2 中定義。
示例
SRTP_AES128_CM_HMAC_SHA1_80
"SRTP_AES128_CM_HMAC_SHA1_80" 是以下配置檔案的描述性名稱,其中 maximum_lifetime 是單個金鑰集可以保護的最大資料包數量。
SRTP_AES128_CM_HMAC_SHA1_80 cipher: AES_128_CM cipher_key_length: 128 cipher_salt_length: 112 maximum_lifetime: 2^31 auth_function: HMAC-SHA1 auth_key_length: 160 auth_tag_length: 80
規範
| 規範 |
|---|
| WebRTC 統計 API 的識別符號 # dom-rtctransportstats-srtpcipher |
瀏覽器相容性
載入中…