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