Files
kiss-flixel/feedback-server/externs/js/html/RTCIceGatherOptions.hx

8 lines
155 B
Haxe

package js.html;
typedef RTCIceGatherOptions = {
@:optional
var gatherPolicy : RTCIceGatherPolicy;
@:optional
var iceservers : Array<RTCIceServer>;
};