@mafalda-sfu/mediasoup-node-fbs
Version:
Node.js flatbuffers extracted from Mediasoup
12 lines (11 loc) • 477 B
JavaScript
;
// automatically generated by the FlatBuffers compiler, do not modify
Object.defineProperty(exports, "__esModule", { value: true });
exports.IceState = void 0;
var IceState;
(function (IceState) {
IceState[IceState["NEW"] = 0] = "NEW";
IceState[IceState["CONNECTED"] = 1] = "CONNECTED";
IceState[IceState["COMPLETED"] = 2] = "COMPLETED";
IceState[IceState["DISCONNECTED"] = 3] = "DISCONNECTED";
})(IceState || (exports.IceState = IceState = {}));