@rocket.chat/apps-engine
Version:
The engine code for the Rocket.Chat Apps which manages, runs, translates, coordinates and all of that.
16 lines (14 loc) • 456 B
JavaScript
Object.defineProperty(exports, "__esModule", { value: true });
exports.VideoConferenceRead = void 0;
class VideoConferenceRead {
constructor(videoConfBridge, appId) {
this.videoConfBridge = videoConfBridge;
this.appId = appId;
}
getById(id) {
return this.videoConfBridge.doGetById(id, this.appId);
}
}
exports.VideoConferenceRead = VideoConferenceRead;
//# sourceMappingURL=VideoConferenceRead.js.map
;