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