Back to Content

RTCIceParameters: password property

files/en-us/web/api/rtciceparameters/password/index.md

latest425 B
Original Source

{{APIRef("WebRTC")}}

The {{domxref("RTCIceParameters")}} dictionary's password property specifies the ICE password that, in tandem with the {{domxref("RTCIceParameters.usernameFragment", "usernameFragment")}}, uniquely identifies an ICE session for its entire duration.

Value

A string containing the password that corresponds to the transport's usernameFragment string

Specifications

{{Specifications}}