UNPKG

@mafalda-sfu/mediasoup-node-fbs

Version:

Node.js flatbuffers extracted from Mediasoup

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