8 lines
155 B
Haxe
8 lines
155 B
Haxe
package js.html;
|
|
|
|
typedef RTCIceGatherOptions = {
|
|
@:optional
|
|
var gatherPolicy : RTCIceGatherPolicy;
|
|
@:optional
|
|
var iceservers : Array<RTCIceServer>;
|
|
}; |