RTCIceParameters: password property
The RTCIceParameters
dictionary's password
property specifies the ICE
password that, in tandem with the 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
Specification |
---|
WebRTC: Real-Time Communication in Browsers # dom-rtciceparameters-password |