sinch-rtc
Version:
RTC JavaScript/Web SDK
21 lines • 910 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.MediaType = exports.RtcStatsTypes = void 0;
var RtcStatsTypes;
(function (RtcStatsTypes) {
RtcStatsTypes["CandidatePair"] = "candidate-pair";
RtcStatsTypes["Codec"] = "codec";
RtcStatsTypes["InboundRtp"] = "inbound-rtp";
RtcStatsTypes["MediaSource"] = "media-source";
RtcStatsTypes["OutboundRtp"] = "outbound-rtp";
RtcStatsTypes["RemoteCandidate"] = "remote-candidate";
RtcStatsTypes["LocalCandidate"] = "local-candidate";
RtcStatsTypes["Track"] = "track";
RtcStatsTypes["RemoteInboundRtp"] = "remote-inbound-rtp";
})(RtcStatsTypes || (exports.RtcStatsTypes = RtcStatsTypes = {}));
var MediaType;
(function (MediaType) {
MediaType["Audio"] = "audio";
MediaType["Video"] = "video";
})(MediaType || (exports.MediaType = MediaType = {}));
//# sourceMappingURL=WebRTCStats.types.js.map