8 lines
155 B
Haxe
8 lines
155 B
Haxe
package js.html;
|
|
|
|
typedef RTCIceCandidatePair = {
|
|
@:optional
|
|
var local : js.html.rtc.IceCandidate;
|
|
@:optional
|
|
var remote : js.html.rtc.IceCandidate;
|
|
}; |