UNPKG

@mafalda-sfu/mediasoup-node-fbs

Version:

Node.js flatbuffers extracted from Mediasoup

9 lines (8 loc) 402 B
"use strict"; // automatically generated by the FlatBuffers compiler, do not modify Object.defineProperty(exports, "__esModule", { value: true }); exports.IceCandidateTcpType = void 0; var IceCandidateTcpType; (function (IceCandidateTcpType) { IceCandidateTcpType[IceCandidateTcpType["PASSIVE"] = 0] = "PASSIVE"; })(IceCandidateTcpType || (exports.IceCandidateTcpType = IceCandidateTcpType = {}));