password property
String
get
password
The RTCIceParameters
dictionary's password
property specifies the ICE
password that, in tandem with the RTCIceParameters.usernameFragment,
uniquely identifies an ICE session for its entire
duration.
Implementation
external String get password;
set
password
(String value)
Implementation
external set password(String value);