openvidu/openvidu-browser/lib/OpenVidu/MediaElement.js

18 lines
612 B
JavaScript
Raw Normal View History

2018-06-01 14:39:38 +02:00
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
var MediaElement = (function () {
function MediaElement() {
}
MediaElement.prototype.on = function (type, handler) {
throw new Error("Method not implemented.");
};
MediaElement.prototype.once = function (type, handler) {
throw new Error("Method not implemented.");
};
MediaElement.prototype.off = function (type, handler) {
throw new Error("Method not implemented.");
};
return MediaElement;
}());
exports.MediaElement = MediaElement;
//# sourceMappingURL=MediaElement.js.map