UNPKG

react-native-webrtc

Version:
12 lines 491 B
function _defineProperty(obj, key, value) { if (key in obj) { Object.defineProperty(obj, key, { value: value, enumerable: true, configurable: true, writable: true }); } else { obj[key] = value; } return obj; } export default class RTCRtpCodecCapability { constructor(init) { _defineProperty(this, "_mimeType", void 0); this._mimeType = init.mimeType; Object.freeze(this); } get mimeType() { return this._mimeType; } } //# sourceMappingURL=RTCRtpCodecCapability.js.map