package js.html; typedef RTCIceParameters = { @:optional var password : String; @:optional var usernameFragment : String; };