This commit is contained in:
zhangzheng
2026-02-27 18:35:40 +08:00
parent adef8b4cce
commit 1bb1fee5cc
265 changed files with 104076 additions and 92 deletions

View File

@@ -0,0 +1,13 @@
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
var Candidate = /** @class */ (function () {
function Candidate(candidate, sdpMLineIndex, sdpMid, datetime) {
this.candidate = candidate;
this.sdpMLineIndex = sdpMLineIndex;
this.sdpMid = sdpMid;
this.datetime = datetime;
}
return Candidate;
}());
exports.default = Candidate;
//# sourceMappingURL=candidate.js.map