mediasoup
Version:
Cutting Edge WebRTC Video Conferencing
11 lines (10 loc) • 450 B
JavaScript
;
// automatically generated by the FlatBuffers compiler, do not modify
Object.defineProperty(exports, "__esModule", { value: true });
exports.Type = void 0;
/* eslint-disable @typescript-eslint/no-unused-vars, @typescript-eslint/no-explicit-any, @typescript-eslint/no-non-null-assertion */
var Type;
(function (Type) {
Type[Type["SCTP"] = 0] = "SCTP";
Type[Type["DIRECT"] = 1] = "DIRECT";
})(Type || (exports.Type = Type = {}));