UNPKG

ringcentral-widgets

Version:
19 lines (13 loc) 625 B
"use strict"; require("core-js/modules/es6.object.define-property"); Object.defineProperty(exports, "__esModule", { value: true }); exports.ConferenceParticipantPage = void 0; var _phoneContext = require("../../lib/phoneContext"); var _ConferenceParticipantContainer = require("../../components/ConferenceParticipantContainer"); var ConferenceParticipantPage = (0, _phoneContext.connectModule)(function (phone) { return phone.conferenceParticipantUI; })(_ConferenceParticipantContainer.ConferenceParticipantContainer); exports.ConferenceParticipantPage = ConferenceParticipantPage; //# sourceMappingURL=index.js.map