UNPKG

ringcentral-widgets

Version:
9 lines (6 loc) 322 B
import { connectModule } from '../../lib/phoneContext'; import { ConferenceParticipantContainer } from '../../components/ConferenceParticipantContainer'; const ConferenceParticipantPage = connectModule( (phone) => phone.conferenceParticipantUI, )(ConferenceParticipantContainer); export { ConferenceParticipantPage };