111
This commit is contained in:
13
WebApp/build/class/candidate.js
Normal file
13
WebApp/build/class/candidate.js
Normal 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
|
||||
Reference in New Issue
Block a user