package js.html; typedef RTCSessionDescriptionInit = { @:optional var sdp : String; var type : RTCSdpType; };