mirror of https://github.com/OpenVidu/openvidu.git
openvidu-components: Updated exported components
parent
e8f110f6b5
commit
1f348d2986
|
@ -61,42 +61,49 @@ import { LangSelectorComponent } from './components/settings/lang-selector/lang-
|
||||||
import { SubtitlesSettingComponent } from './components/settings/subtitles/subtitles.component';
|
import { SubtitlesSettingComponent } from './components/settings/subtitles/subtitles.component';
|
||||||
import { CaptionsComponent } from './components/captions/captions.component';
|
import { CaptionsComponent } from './components/captions/captions.component';
|
||||||
|
|
||||||
|
const publicComponents = [
|
||||||
|
AdminDashboardComponent,
|
||||||
|
AdminLoginComponent,
|
||||||
|
VideoconferenceComponent,
|
||||||
|
ToolbarComponent,
|
||||||
|
PanelComponent,
|
||||||
|
ParticipantsPanelComponent,
|
||||||
|
ParticipantPanelItemComponent,
|
||||||
|
ChatPanelComponent,
|
||||||
|
StreamComponent,
|
||||||
|
LayoutComponent
|
||||||
|
];
|
||||||
|
const privateComponents = [
|
||||||
|
PreJoinComponent,
|
||||||
|
SessionComponent,
|
||||||
|
ActivitiesPanelComponent,
|
||||||
|
BackgroundEffectsPanelComponent,
|
||||||
|
SettingsPanelComponent,
|
||||||
|
AudioWaveComponent,
|
||||||
|
CaptionsComponent,
|
||||||
|
DialogTemplateComponent,
|
||||||
|
RecordingDialogComponent,
|
||||||
|
DeleteDialogComponent,
|
||||||
|
AvatarProfileComponent,
|
||||||
|
VideoComponent,
|
||||||
|
VideoDevicesComponent,
|
||||||
|
AudioDevicesComponent,
|
||||||
|
NicknameInputComponent,
|
||||||
|
LangSelectorComponent,
|
||||||
|
RecordingActivityComponent,
|
||||||
|
SubtitlesSettingComponent
|
||||||
|
];
|
||||||
|
|
||||||
@NgModule({
|
@NgModule({
|
||||||
declarations: [
|
declarations: [
|
||||||
VideoComponent,
|
publicComponents,
|
||||||
ToolbarComponent,
|
privateComponents,
|
||||||
ChatPanelComponent,
|
|
||||||
SessionComponent,
|
|
||||||
LayoutComponent,
|
|
||||||
CaptionsComponent,
|
|
||||||
StreamComponent,
|
|
||||||
DialogTemplateComponent,
|
|
||||||
RecordingDialogComponent,
|
|
||||||
DeleteDialogComponent,
|
|
||||||
LinkifyPipe,
|
LinkifyPipe,
|
||||||
ParticipantStreamsPipe,
|
ParticipantStreamsPipe,
|
||||||
DurationFromSecondsPipe,
|
DurationFromSecondsPipe,
|
||||||
SearchByStringPropertyPipe,
|
SearchByStringPropertyPipe,
|
||||||
StreamTypesEnabledPipe,
|
StreamTypesEnabledPipe,
|
||||||
TranslatePipe,
|
TranslatePipe
|
||||||
ParticipantPanelItemComponent,
|
|
||||||
ParticipantsPanelComponent,
|
|
||||||
VideoconferenceComponent,
|
|
||||||
AudioWaveComponent,
|
|
||||||
PanelComponent,
|
|
||||||
AvatarProfileComponent,
|
|
||||||
PreJoinComponent,
|
|
||||||
VideoDevicesComponent,
|
|
||||||
AudioDevicesComponent,
|
|
||||||
NicknameInputComponent,
|
|
||||||
LangSelectorComponent,
|
|
||||||
SubtitlesSettingComponent,
|
|
||||||
BackgroundEffectsPanelComponent,
|
|
||||||
SettingsPanelComponent,
|
|
||||||
ActivitiesPanelComponent,
|
|
||||||
RecordingActivityComponent,
|
|
||||||
AdminDashboardComponent,
|
|
||||||
AdminLoginComponent
|
|
||||||
],
|
],
|
||||||
imports: [
|
imports: [
|
||||||
CommonModule,
|
CommonModule,
|
||||||
|
@ -126,23 +133,7 @@ import { CaptionsComponent } from './components/captions/captions.component';
|
||||||
RecordingService
|
RecordingService
|
||||||
],
|
],
|
||||||
exports: [
|
exports: [
|
||||||
VideoconferenceComponent,
|
publicComponents,
|
||||||
ToolbarComponent,
|
|
||||||
PanelComponent,
|
|
||||||
ParticipantsPanelComponent,
|
|
||||||
ParticipantPanelItemComponent,
|
|
||||||
BackgroundEffectsPanelComponent,
|
|
||||||
SettingsPanelComponent,
|
|
||||||
ActivitiesPanelComponent,
|
|
||||||
ChatPanelComponent,
|
|
||||||
SessionComponent,
|
|
||||||
LayoutComponent,
|
|
||||||
StreamComponent,
|
|
||||||
VideoComponent,
|
|
||||||
AudioWaveComponent,
|
|
||||||
PreJoinComponent,
|
|
||||||
AdminDashboardComponent,
|
|
||||||
AdminLoginComponent,
|
|
||||||
ParticipantStreamsPipe,
|
ParticipantStreamsPipe,
|
||||||
DurationFromSecondsPipe,
|
DurationFromSecondsPipe,
|
||||||
StreamTypesEnabledPipe,
|
StreamTypesEnabledPipe,
|
||||||
|
|
Loading…
Reference in New Issue